DestinationResolvingMessageSendingOperations

Extends {@link MessageSendingOperations} and adds operations for sending messages to a destination specified as a (resolvable) string name.

@author Mark Fisher @author Rossen Stoyanchev @since 4.0 @param (T) the destination type @see DestinationResolver

interface DestinationResolvingMessageSendingOperations : MessageSendingOperations!(T)(
T
) {}

Members

Functions

send
void send(string destinationName, MessageBase message)

Resolve the given destination name to a destination and send a message to it. @param destinationName the destination name to resolve @param message the message to send

Meta