Module io.fluxzero.sdk
Class DeserializingMessageParameterResolver
java.lang.Object
io.fluxzero.common.handling.TypedParameterResolver<Object>
io.fluxzero.sdk.tracking.handling.DeserializingMessageParameterResolver
- All Implemented Interfaces:
io.fluxzero.common.handling.ParameterResolver<Object>
public class DeserializingMessageParameterResolver
extends io.fluxzero.common.handling.TypedParameterResolver<Object>
Resolves handler method parameters of type
DeserializingMessage.
This allows handler methods to access the deserialization context, including message metadata, payload, and raw serialized content.
Useful when advanced information about the message is needed, such as the Fluxzero-assigned message index.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.fluxzero.common.handling.TypedParameterResolver
matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxzero.common.handling.ParameterResolver
determinesSpecificity, filterMessage
-
Constructor Details
-
DeserializingMessageParameterResolver
public DeserializingMessageParameterResolver()
-
-
Method Details
-
resolve
-