Interface WsEventingEventSinkFactory


public interface WsEventingEventSinkFactory
Creates EventSink instances.
  • Method Details

    • createWsEventingEventSink

      EventSink createWsEventingEventSink(RequestResponseClient requestResponseClient, String hostAddress, @Nullable CommunicationLogContext communicationLogContext)
      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.
      communicationLogContext - TODO
      Returns:
      a new EventSink instance.