메소드 | 설명 | |
---|---|---|
WithAutoDeleteOnIdle ( this configuration, System.TimeSpan autoDeleteOnIdle ) : |
||
WithDebugOptions ( this configuration, DebugConfiguration>.Func |
||
WithDefaultConcurrentHandlerLimit ( this configuration, int defaultConcurrentHandlerLimit ) : |
||
WithDefaultMessageTimeToLive ( this configuration, System.TimeSpan timeToLive ) : |
||
WithDefaultTimeout ( this configuration, System.TimeSpan defaultTimeout ) : |
||
WithDefaults ( this configuration, ITypeProvider typeProvider ) : |
||
WithDeliveryRetryStrategy ( this configuration, IDeliveryRetryStrategy deliveryRetryStrategy ) : |
||
WithDependencyResolver ( this configuration, IDependencyResolver dependencyResolver ) : |
||
WithEnableDeadLetteringOnMessageExpiration ( this configuration, bool enableDeadLettering ) : |
||
WithGlobalInboundInterceptorTypes ( this configuration ) : |
||
WithGlobalOutboundInterceptorTypes ( this configuration ) : |
||
WithGlobalPrefix ( this configuration, string globalPrefix ) : |
||
WithHeartbeatInterval ( this configuration, System.TimeSpan heartbeatInterval ) : |
||
WithLogger ( this configuration, ILogger logger ) : |
||
WithMaxDeliveryAttempts ( this configuration, int maxDeliveryAttempts ) : |
||
WithNames ( this configuration, string applicationName, string instanceName ) : |
|
|
WithRouter ( this configuration, IRouter router ) : |
||
WithTransport ( this configuration, TransportConfiguration transportConfiguration ) : |
||
WithTypesFrom ( this configuration, ITypeProvider typeProvider ) : |
public static WithAutoDeleteOnIdle ( this configuration, System.TimeSpan autoDeleteOnIdle ) : |
||
configuration | this | |
autoDeleteOnIdle | System.TimeSpan | |
리턴 |
public static WithDebugOptions ( this configuration, DebugConfiguration>.Func |
||
configuration | this | |
debugConfiguration | DebugConfiguration>.Func | |
리턴 |
public static WithDefaultConcurrentHandlerLimit ( this configuration, int defaultConcurrentHandlerLimit ) : |
||
configuration | this | |
defaultConcurrentHandlerLimit | int | |
리턴 |
public static WithDefaultMessageTimeToLive ( this configuration, System.TimeSpan timeToLive ) : |
||
configuration | this | |
timeToLive | System.TimeSpan | |
리턴 |
public static WithDefaultTimeout ( this configuration, System.TimeSpan defaultTimeout ) : |
||
configuration | this | |
defaultTimeout | System.TimeSpan | |
리턴 |
public static WithDefaults ( this configuration, ITypeProvider typeProvider ) : |
||
configuration | this | |
typeProvider | ITypeProvider | |
리턴 |
public static WithDeliveryRetryStrategy ( this configuration, IDeliveryRetryStrategy deliveryRetryStrategy ) : |
||
configuration | this | |
deliveryRetryStrategy | IDeliveryRetryStrategy | |
리턴 |
public static WithDependencyResolver ( this configuration, IDependencyResolver dependencyResolver ) : |
||
configuration | this | |
dependencyResolver | IDependencyResolver | |
리턴 |
public static WithEnableDeadLetteringOnMessageExpiration ( this configuration, bool enableDeadLettering ) : |
||
configuration | this | |
enableDeadLettering | bool | |
리턴 |
public static WithGlobalInboundInterceptorTypes ( this configuration ) : |
||
configuration | this | |
리턴 |
public static WithGlobalOutboundInterceptorTypes ( this configuration ) : |
||
configuration | this | |
리턴 |
public static WithGlobalPrefix ( this configuration, string globalPrefix ) : |
||
configuration | this | |
globalPrefix | string | |
리턴 |
public static WithHeartbeatInterval ( this configuration, System.TimeSpan heartbeatInterval ) : |
||
configuration | this | |
heartbeatInterval | System.TimeSpan | |
리턴 |
public static WithLogger ( this configuration, ILogger logger ) : |
||
configuration | this | |
logger | ILogger | |
리턴 |
public static WithMaxDeliveryAttempts ( this configuration, int maxDeliveryAttempts ) : |
||
configuration | this | |
maxDeliveryAttempts | int | |
리턴 |
public static WithNames ( this configuration, string applicationName, string instanceName ) : |
||
configuration | this | |
applicationName | string | /// This should be unique for your application (e.g. Foo.exe) but should be the same across /// all instances of your application. /// |
instanceName | string | /// This should be unique across ALL instances of your application. Use your hostname if you're /// stuck. /// |
리턴 |
public static WithRouter ( this configuration, IRouter router ) : |
||
configuration | this | |
router | IRouter | |
리턴 |
public static WithTransport ( this configuration, TransportConfiguration transportConfiguration ) : |
||
configuration | this | |
transportConfiguration | TransportConfiguration | |
리턴 |
public static WithTypesFrom ( this configuration, ITypeProvider typeProvider ) : |
||
configuration | this | |
typeProvider | ITypeProvider | |
리턴 |