com.sag.osami.contextstore.serialization
Interface ISerializedContextHandler
- All Superinterfaces:
- IContextHandler
- All Known Implementing Classes:
- SortedRecordingData
public interface ISerializedContextHandler
- extends IContextHandler
A serialized ContextHandler is basically the same as a regular ContextHandler, but receives the context events with serialized payload data. This interface
exists mainly for internal use.
OSGi notice: In OSGi environments, all ISerializedContextHandlers which are registered in the service registry will be automatically registered
in the ContextStore as well.
- See Also:
IContextHandler