Interface WsEventingEventSinkFactory


public interface WsEventingEventSinkFactory
Creates EventSink instances.
  • Method Details

    • createWsEventingEventSink

      EventSink createWsEventingEventSink(RequestResponseClient requestResponseClient, String hostAddress, @Nullable CommunicationLog communicationLog)
      Creates a new WS-Eventing event sink.
      Parameters:
      requestResponseClient - request response client where to send requests to (subscribe, renew, ...).
      hostAddress - address where to bind a notification sink server.
      communicationLog - optional communication log to be used for incoming notifications and subscription end messages. Set to null to use a default communication log.
      Returns:
      a new EventSink instance.