Skip to content

Latest commit

 

History

History
61 lines (52 loc) · 5.46 KB

File metadata and controls

61 lines (52 loc) · 5.46 KB

EventStream events in Proto.Remote and Proto.Cluster

This document lists key events published on Proto.Actor's EventStream and how they coordinate behaviour between the Remote and Cluster modules. For each event we show who publishes it, when it is raised, and which components subscribe to it.

MemberBlocked

EndpointTerminatedEvent

ClusterTopology

ActivationTerminating

ActivationTerminated

GossipUpdate

DeadLetterEvent

These events provide loose coupling between modules, allowing remote and cluster infrastructure to react to membership changes, connection failures, and activation lifecycle events.