Interface CommandDispatcherContext<CC,MC>
public interface CommandDispatcherContext<CC,MC>
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCommandContext
CC getCommandContext() -
getContextualizer
Contextualizer getContextualizer() -
getMarshalledValueFactory
MarshalledValueFactory<MC> getMarshalledValueFactory()
-