Uses of Class
com.iohao.net.framework.communication.eventbus.Subscriber
Packages that use Subscriber
Package
Description
Provides distributed EventBus contracts for publishing and subscribing cross-service events
within ionet applications.
-
Uses of Subscriber in com.iohao.net.framework.communication.eventbus
Methods in com.iohao.net.framework.communication.eventbus that return types with arguments of type SubscriberModifier and TypeMethodDescriptionEventBusRegion.listLocalSubscriber(EventBusMessage eventBusMessage) Gets all subscribers in the current process based on the event messageEventBus.listSubscriber(EventBusMessage eventBusMessage) Subscribers corresponding to the event messageMethods in com.iohao.net.framework.communication.eventbus with parameters of type SubscriberModifier and TypeMethodDescriptionSubscriberInvokeCreator.create(Subscriber subscriber) Create a subscriber invoke for the given subscriber.SubscribeExecutorStrategy.select(Subscriber subscriber, EventBusMessage eventBusMessage, ExecutorRegion executorRegion) Get the corresponding thread executor