Interface EventBusMessageCommunication
- All Known Subinterfaces:
CommunicationAggregation
- All Known Implementing Classes:
DefaultCommunicationAggregation
public interface EventBusMessageCommunication
Communication interface for dispatching
EventBusMessage events to remote logic servers.
Implementations are responsible for serializing and transmitting event bus messages across the network so that subscribers on other logic servers can process them.
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-09-20
-
Method Summary
Modifier and TypeMethodDescriptionvoidfireRemote(EventBusMessage message) Fire an event bus message to remote logic servers.
-
Method Details
-
fireRemote
Fire an event bus message to remote logic servers.- Parameters:
message- the event bus message to dispatch remotely
-