Interface ProcessingStateCodec.Factory
- Enclosing interface:
- ProcessingStateCodec
public static interface ProcessingStateCodec.Factory
Factory for
ProcessingStateCodec
-
Method Summary
Modifier and TypeMethodDescriptionCreate codec instance from state type
-
Method Details
-
create
Create codec instance from state type- Parameters:
stateType
- the state type- Returns:
- the codec instance for the given state type
-