C# Class NServiceBus.ConfigureForwarding

Contains extension methods to EndpointConfiguration.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
ForwardReceivedMessagesTo ( this config, string address ) : void

Sets the address to which received messages will be forwarded.

Method Details

ForwardReceivedMessagesTo() public static method

Sets the address to which received messages will be forwarded.
public static ForwardReceivedMessagesTo ( this config, string address ) : void
config this The instance to apply the settings to.
address string The address to forward successfully processed messages to.
return void