Interface ProcessingStateCodec.Factory

Enclosing interface:
ProcessingStateCodec

public static interface ProcessingStateCodec.Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Class<?> stateType)
    Create codec instance from state type
  • Method Details

    • 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