Class MessageParameterResolver
java.lang.Object
io.fluxzero.sdk.tracking.handling.MessageParameterResolver
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
Modifier and TypeMethodDescriptiondefault booleanbooleanmatches(Parameter parameter, Annotation methodAnnotation, Object value) booleanmayApply(Executable method, Class<?> targetClass) prepare(Parameter parameter, Annotation methodAnnotation) resolve(Parameter p, Annotation methodAnnotation) resolveIfPossible(Parameter parameter, Annotation methodAnnotation, Object value) default intdefault boolean
-
Constructor Details
-
MessageParameterResolver
public MessageParameterResolver()
-
-
Method Details
-
resolve
-
prepare
-
resolveIfPossible
-
matches
-
mayApply
-
determinesSpecificity
default boolean determinesSpecificity() -
specificityPriority
default int specificityPriority() -
test
-