Interface WsEventingEventSinkFactory
public interface WsEventingEventSinkFactory
Creates
EventSink instances.-
Method Summary
Modifier and TypeMethodDescriptioncreateWsEventingEventSink(RequestResponseClient requestResponseClient, String hostAddress, CommunicationLogContext communicationLogContext) Creates a new WS-Eventing event sink.
-
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
EventSinkinstance.
-