com.x8ing.lsm4j
Interface StateMetaInformation


public interface StateMetaInformation

This optional data holder can be attached to a State ProcessableState. In contrast to the StateContext, this data holder is not shared and only visible for the state that it was attached.

The meta information can be retrieved in the Action using the reference to the ProcessableState, which then returns the meta information. StaticState.getStateMetaInformation().

The usage of this interface is optional.

Author:
Patrick Heusser



by Patrick Heusser