Class EventPublisherMediator

    • Constructor Detail

      • EventPublisherMediator

        public EventPublisherMediator()
    • Method Detail

      • mediate

        public boolean mediate​(MessageContext synCtx)
        Description copied from interface: Mediator
        Invokes the mediator passing the current message for mediation. Each mediator performs its mediation action, and returns true if mediation should continue, or false if further mediation should be aborted.
        Parameters:
        synCtx - the current message for mediation
        Returns:
        true if further mediation should continue
      • getEventSourceName

        public String getEventSourceName()
      • setEventSourceName

        public void setEventSourceName​(String eventSourceName)