Package de.xima.fc.api.system
Class EventAPI
java.lang.Object
de.xima.fc.api.ASubAPI
de.xima.fc.api.system.EventAPI
API for sending events from FS to MS.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
Constructor Details
-
EventAPI
public EventAPI()
-
-
Method Details
-
post
Post the given event. Depending on the type of event it will be delegated to the appropriate scope. Only application and session events are supported.- Parameters:
event
- to be posted containing the event data.
-