Signals
NewDispatchOperation | (o: Dispatch_Operation, a{sv}: Properties) | |
DispatchOperationFinished | (o: Dispatch_Operation) |
Properties
DispatchOperations | a(oa{sv}) (Dispatch_Operation_Details_List) | Read only |
Types
Dispatch_Operation_Details | Struct | (oa{sv}) |
Description
This interface allows users of the ChannelDispatcher to enumerate all the pending dispatch operations, with change notification.
The existence of the DispatchOperations property allows a newly started approver to pick up existing dispatch operations.
This is on a separate interface so clients that aren't interested in doing this aren't woken up by its signals.
Signals
NewDispatchOperation (o: Dispatch_Operation, a{sv}: Properties)
Parameters
- Dispatch_Operation — o
- Properties — a{sv} (Qualified_Property_Value_Map)
Emitted when a dispatch operation is added to DispatchOperations.
DispatchOperationFinished (o: Dispatch_Operation)
Parameters
- Dispatch_Operation — o
Properties
DispatchOperations — a(oa{sv}) (Dispatch_Operation_Details_List)
The list of ChannelDispatchOperation objects currently being processed. Change notification is via the NewDispatchOperation and DispatchOperationFinished signals.
Types
Dispatch_Operation_Details — (oa{sv})
- Channel_Dispatch_Operation — o
- Properties — a{sv} (Qualified_Property_Value_Map)
Properties of the channel dispatch operation.
Connection managers MUST NOT include properties in this mapping if their values can change. Clients MUST ignore properties that appear in this mapping if their values can change.
The rationale is the same as for
Each dictionary MUST contain at least the following keys: