DeliveryMapping.single constructor
DeliveryMapping.single(
- MessageEnvelope envelope,
- Executor target
Convenience constructor for a single envelope and single target.
Implementation
DeliveryMapping.single(
MessageEnvelope envelope,
Executor<dynamic, dynamic> target,
) : this([envelope], [target]);