Module notification

Module notification 

Source

Structs§

Notification
This is the analogue to [super::node_state_machine::Signal] that is meant to send messages to anything that is not a state machine
NotificationManager
NotificationManager routes [Notifications] to their desired destination
NotificationQueue
UnaryRequest
A message that is expected to return a result to the associated StateId that that did the initial request

Traits§

GetTopic
Used to derive a marker used to route Notifications to NotificationProcessors
NotificationProcessor
Operation
Defines the unit of work held by a UnaryRequest
Request
RequestInner
RexMessage
RexTopic

Type Aliases§

Subscriber