Uses of Class
kos.api.EventBusSink.Result
Packages that use EventBusSink.Result
-
Uses of EventBusSink.Result in kos.api
Fields in kos.api declared as EventBusSink.ResultModifier and TypeFieldDescriptionstatic final EventBusSink.ResultEventBusSink.Result.NOT_ATTEMPTEDIdentifies that a given sink haven't tried to be initialised.Methods in kos.api that return EventBusSink.ResultModifier and TypeMethodDescriptionstatic EventBusSink.ResultGenerates a result indicating a failure.EventBusSink.initialize(EventBusSink.EventBusSyncInitializationRequest<T> request) Initialises the Sink.static EventBusSink.ResultEventBusSink.Result.succeededAtAddress(String rewrittenAddress) Returns a Result object indicating that the Sink managed to start the communication with the remote broker.static EventBusSink.ResultEventBusSink.Result.succeededAtAddress(String rewrittenAddress, Boolean eventuallyConsistent) Returns a Result object indicating that the Sink managed to start the communication with the remote broker.