public class PlugInEventRepresentationContext extends Object
PlugInEventRepresentation
to initialize an implementation.Constructor and Description |
---|
PlugInEventRepresentationContext(EventAdapterService eventAdapterService,
URI eventRepresentationRootURI,
Serializable representationInitializer)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventAdapterService |
getEventAdapterService()
Returns the service for for creating further event types or wrapping event objects.
|
URI |
getEventRepresentationRootURI()
Ctor.
|
Serializable |
getRepresentationInitializer()
Returns optional configuration for the event representation, or null if none supplied.
|
public PlugInEventRepresentationContext(EventAdapterService eventAdapterService, URI eventRepresentationRootURI, Serializable representationInitializer)
eventAdapterService
- for creating further event types or wrapping event objectseventRepresentationRootURI
- URI of the event representationrepresentationInitializer
- initializer objectspublic URI getEventRepresentationRootURI()
public Serializable getRepresentationInitializer()
public EventAdapterService getEventAdapterService()