Class EventAPI


  • public class EventAPI
    extends ASubAPI
    API for sending events from FS to MS.
    Since:
    8.0.0
    Author:
    XIMA Media GmbH
    • Constructor Detail

      • EventAPI

        public EventAPI()
    • Method Detail

      • post

        public void post​(IEvent event)
        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.