Uses of Interface
kos.api.EventBusSink
Packages that use EventBusSink
-
Uses of EventBusSink in kos.api
Subinterfaces of EventBusSink in kos.apiModifier and TypeInterfaceDescriptioninterfaceDefines an EventBus publisher.interfaceDefines 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 EventBusSinkModifier and TypeMethodDescriptionprivate <T> EventBusSinkManager.InitializationResultEventBusSinkManager.performInitialization(@NonNull String address, Class<T> expectedType, Iterable<? extends EventBusSink> eventBusSinks) (package private) final <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.