Uses of Interface
kos.api.EventBusSink
-
Packages that use EventBusSink Package Description kos.api kos.core.events -
-
Uses of EventBusSink in kos.api
Subinterfaces of EventBusSink in kos.api Modifier and Type Interface Description interfaceEventPublisherSinkDefines an EventBus publisher.interfaceEventSubscriptionSinkDefines how to listen message from externally managed brokers (e.g. -
Uses of EventBusSink in kos.core.events
Method parameters in kos.core.events with type arguments of type EventBusSink Modifier and Type Method Description private <T> EventBusSinkManager.InitializationResultEventBusSinkManager. performInitialization(@NonNull String address, Class<T> expectedType, Iterable<? extends EventBusSink> eventBusSinks)(package private) <T> EventBusSinkManager.InitializationResultEventBusSinkManager. tryInitializeSink(@NonNull String address, Class<T> expectedType, Iterable<? extends EventBusSink> eventBusSinks)Initializes the Sink responsible for bridging the communication between the localEventBuswith a remote broker, if any.
-