C# Class Rebus.Routing.TransportMessages.ForwardAction

Represents some action to perform with the incoming transport message. Must be created via the static functions
Mostrar archivo Open project: rebus-org/Rebus

Public Properties

Property Type Description
None ForwardAction

Private Properties

Property Type Description
ForwardAction System

Public Methods

Method Description
ForwardTo ( IEnumerable destinationAddresses ) : ForwardAction

Gets an action that causes the message to be forwarded to the queues specified by destinationAddresses

ForwardTo ( string destinationAddress ) : ForwardAction

Gets an action that causes the message to be forwarded to the queue specified by destinationAddress

Private Methods

Method Description
ForwardAction ( ActionType actionType ) : System

Method Details

ForwardTo() public static method

Gets an action that causes the message to be forwarded to the queues specified by destinationAddresses
public static ForwardTo ( IEnumerable destinationAddresses ) : ForwardAction
destinationAddresses IEnumerable
return ForwardAction

ForwardTo() public static method

Gets an action that causes the message to be forwarded to the queue specified by destinationAddress
public static ForwardTo ( string destinationAddress ) : ForwardAction
destinationAddress string
return ForwardAction

Property Details

None public_oe static_oe property

Gets an action that causes the message to be handled normally
public static ForwardAction,Rebus.Routing.TransportMessages None
return ForwardAction