Class HandlerAssociations

java.lang.Object
io.fluxzero.sdk.tracking.handling.HandlerAssociations

public class HandlerAssociations extends Object
Shared utility for discovering and evaluating Association definitions on handler types and handler methods.

This class centralizes association behavior that is shared between different handler implementations, such as StatefulHandler and SocketEndpointHandler. It can:

  • inspect field-, method-, and parameter-level @Association declarations
  • resolve association values from an incoming DeserializingMessage
  • match a concrete handler instance against computed association values