synchronizationChannel property

StreamChannel<WebSocketEvent>? synchronizationChannel
final

Used to notify other nodes of an event's firing. Good for scaled applications.

Implementation

final StreamChannel<WebSocketEvent>? synchronizationChannel;