IMessageDistributionClientV1 class abstract

Implementers

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

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
sendMessages(String? correlationId, List<RecipientV1> recipients, MessageV1 message, ConfigParams? parameters, String method) Future
Send the messages to recipients
sendMessageToRecipient(String? correlationId, String recipientId, String? subscription, MessageV1 message, ConfigParams? parameters, String method) Future
Send the messages to recipient by its id
sendMessageToRecipients(String? correlationId, List<String> recipientIds, String subscription, MessageV1 message, ConfigParams parameters, String method) Future
Send the messages to recipients by its ids
toString() String
A string representation of this object.
inherited

Operators

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