Uses of Class
com.iohao.net.framework.communication.eventbus.EventServerMessage
Packages that use EventServerMessage
Package
Description
Provides distributed EventBus contracts for publishing and subscribing cross-service events
within ionet applications.
-
Uses of EventServerMessage in com.iohao.net.framework.communication.eventbus
Fields in com.iohao.net.framework.communication.eventbus with type parameters of type EventServerMessageModifier and TypeFieldDescriptionEventBusMessage.eventServerMessagesRemote server messages from other processes that have matching subscribers.Methods in com.iohao.net.framework.communication.eventbus that return EventServerMessageModifier and TypeMethodDescriptionEventBus.getEventServerMessage()Get the event bus logic server related informationMethods in com.iohao.net.framework.communication.eventbus that return types with arguments of type EventServerMessageModifier and TypeMethodDescriptionEventBusRegion.listRemoteEventServerMessage(EventBusMessage eventBusMessage) Get remote server messages that have subscribers for the given event.Methods in com.iohao.net.framework.communication.eventbus with parameters of type EventServerMessageModifier and TypeMethodDescriptionvoidEventBusRegion.loadRemoteEventTopic(EventServerMessage eventServerMessage) Load event topics from a remote server.voidEventBus.setEventServerMessage(EventServerMessage eventServerMessage) Set the event bus logic server related informationvoidEventBusRegion.unloadRemoteTopic(EventServerMessage eventServerMessage) Unload event topics from a disconnected remote server.