Interface WsEventingEventSinkFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • createWsEventingEventSink

         abstract EventSink createWsEventingEventSink(RequestResponseClient requestResponseClient, String hostAddress, @Nullable() CommunicationLogContext communicationLogContext, ClientEventObserver clientEventObserver)

        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 - communication log context containing additional transport layer information.
        clientEventObserver - observer which processes client relevant events.
        Returns:

        a new EventSink instance.