Interface CommandDispatcherContext<CC,MC>
- Type Parameters:
CC- the command context typeMC- the marshalling context type
public interface CommandDispatcherContext<CC,MC>
Encapsulates context of a command dispatcher.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCommandContext
CC getCommandContext() -
getContextualizer
Contextualizer getContextualizer() -
getMarshalledValueFactory
MarshalledValueFactory<MC> getMarshalledValueFactory()
-