Interface ProcessingStateCodec.Factory
-
- Enclosing interface:
- ProcessingStateCodec
public static interface ProcessingStateCodec.FactoryFactory forProcessingStateCodec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessingStateCodeccreate(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
-
-