Uses of Class
kos.api.EventBusSink.Result
-
Packages that use EventBusSink.Result Package Description kos.api -
-
Uses of EventBusSink.Result in kos.api
Fields in kos.api declared as EventBusSink.Result Modifier and Type Field Description static EventBusSink.ResultEventBusSink.Result. NOT_ATTEMPTEDIdentifies that a given sink haven't tried to be initialised.Methods in kos.api that return EventBusSink.Result Modifier and Type Method Description static EventBusSink.ResultEventBusSink.Result. failure(Throwable failure)Generates a result indicating a failure.<T> EventBusSink.ResultEventBusSink. 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.
-