Interface CommandDispatcherContext<CC,MC>

Type Parameters:
CC - the command context type
MC - the marshalling context type

public interface CommandDispatcherContext<CC,MC>
Encapsulates context of a command dispatcher.
Author:
Paul Ferraro
  • Method Details

    • getCommandContext

      CC getCommandContext()
      Returns the command context.
      Returns:
      the command context.
    • getContextualizer

      Contextualizer getContextualizer()
      Returns the contextualizer for a command dispatcher.
      Returns:
      the contextualizer for a command dispatcher.
    • getMarshalledValueFactory

      MarshalledValueFactory<MC> getMarshalledValueFactory()
      Returns a marshalled value factory.
      Returns:
      a marshalled value factory.