ActionReceiver
An entity that can receive different actions and then possibly emit them as an ActionProvider. Actions are collected by the ActionConsumer. This is most often implemented by a Store and exposed through PipelineContext
Inheritors
Functions
Link copied to clipboard
Send a new side-effect to be processed by subscribers, only once. How actions will be distributed and handled depends on ActionShareBehavior. Actions that make the capacity overflow may be dropped or the function may suspend until the buffer is freed.
Link copied to clipboard
Alias for ActionReceiver.action for multiple actions
Link copied to clipboard
Alias for ActionReceiver.action
Alias for ActionReceiver.action for multiple actions
Link copied to clipboard
Alias for ActionReceiver.send for multiple actions