Release Station
An atomic release: when an entity arrives, releases this entity's oldest outstanding allocation on resource (FIFO) and forwards. If the entity holds no allocation on the resource, the model is in error and the build fails loudly — releases must be paired with seizes.
Construct via StationNetwork.releaseStation or the builder DSL.
Properties
True if this node has any onward routing configured (a static next receiver, a station-level sender, or a class route). A non-terminal node for which this is false — and which is not a non-terminal step of a registered route — is a dangling node and fails validation.
The number of times this station released the resource.
Functions
Sets the receiver of entities that have just released the resource.
The statically known receivers this node may route to. Best-effort: empty when the node has no static link or when its routing is opaque (for example, a probabilistic sender whose destinations are not introspectable).