DestinationResolvingMessageReceivingOperations

Extends {@link MessageReceivingOperations} and adds operations for receiving messages from a destination specified as a (resolvable) string name.

@author Mark Fisher @author Rossen Stoyanchev @since 4.0 @param (T) the type of destination to receive messages from @see DestinationResolver

interface DestinationResolvingMessageReceivingOperations : MessageReceivingOperations!(T)(
T
) {}

Members

Functions

receive
Message!T receive(string destinationName)

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

Meta