Interface ProcessingStateCodec.Factory

    • 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