Interface SourceSubscriptionManager

    • Method Detail

      • offerNotification

        void offerNotification​(Notification notification)
        Inserts the notification into the subscription manager's queue.

        The manager is shut down

        • on first delivery failure or
        • in case there is queue overflow or a delivery failure.
        Parameters:
        notification - the notification to add.
      • sendToEndTo

        void sendToEndTo​(SoapMessage endToMessage)
        Tries to send an end-to message to the event sink.

        This is a non-blocking call that silently ignores failed delivery.

        Parameters:
        endToMessage - the message to send. This message is supposed to be a valid end-to message.