C# Class NServiceBus.RoutingFeatureSettingsExtensions

Configuration extensions for routing feature settings.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
OverridePublicReturnAddress ( this configuration, string address ) : void

Sets the public return address of this endpoint.

Method Details

OverridePublicReturnAddress() public static method

Sets the public return address of this endpoint.
public static OverridePublicReturnAddress ( this configuration, string address ) : void
configuration this The endpoint configuration to extend.
address string The public return address for messages sent by this endpoint.
return void