Interface EventInstance


  • public interface EventInstance
    Represents a runtime event (either received or sent). The event instance is based on an EventModel through an associated EventDefinition, which typically is determined by the channel pipeline (key detection phase). The ChannelModel represents the channel (and pipeline) on which the event was received or, in the case of sending, needs to be sent out (can be multiple).
    Author:
    Joram Barrez