Interface ProcessingStateCodec.Factory
-
- Enclosing interface:
- ProcessingStateCodec
public static interface ProcessingStateCodec.Factory
Factory forProcessingStateCodec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessingStateCodec
create(Class<?> stateType)
Create codec instance from state type
-
-
-
Method Detail
-
create
ProcessingStateCodec create(Class<?> stateType)
Create codec instance from state type- Parameters:
stateType
- the state type- Returns:
- the codec instance for the given state type
-
-