MessageDistributionController class

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configure(ConfigParams config) → void
Configures component by passing configuration parameters.
getCommandSet() → CommandSet
Gets a command set.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendMessage(String? correlationId, RecipientV1 recipient, MessageV1 message, ConfigParams? parameters, String? method) Future
Send the message to recipient
override
sendMessages(String? correlationId, List<RecipientV1> recipients, MessageV1 message, ConfigParams? parameters, String? method) Future
Send the messages to recipients
override
sendMessageToRecipient(String? correlationId, String recipientId, String? subscription, MessageV1 message, ConfigParams? parameters, String? method) Future
Send the messages to recipient by its id
override
sendMessageToRecipients(String? correlationId, List<String> recipientIds, String? subscription, MessageV1 message, ConfigParams? parameters, String? method) Future
Send the messages to recipients by its ids
override
setReferences(IReferences references) → void
Sets references to dependent components.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited