메소드 | 설명 | |
---|---|---|
AddBusFactorySpecification ( IBusFactorySpecification configurator ) : void | ||
CreateBus ( ) : IBusControl | ||
EnablePriority ( byte maxPriority ) : void | ||
Host ( RabbitMqHostSettings settings ) : IRabbitMqHost | ||
OverrideDefaultBusEndpointQueueName ( string value ) : void | ||
RabbitMqBusFactoryConfigurator ( ) : System | ||
ReceiveEndpoint ( IRabbitMqHost host, string queueName, Action |
||
ReceiveEndpoint ( string queueName, Action |
||
SetExchangeArgument ( string key, object value ) : void | ||
SetQueueArgument ( string key, object value ) : void | ||
Validate ( ) : IEnumerable |
public AddBusFactorySpecification ( IBusFactorySpecification configurator ) : void | ||
configurator | IBusFactorySpecification | |
리턴 | void |
public Host ( RabbitMqHostSettings settings ) : IRabbitMqHost | ||
settings | RabbitMqHostSettings | |
리턴 | IRabbitMqHost |
public OverrideDefaultBusEndpointQueueName ( string value ) : void | ||
value | string | |
리턴 | void |
public RabbitMqBusFactoryConfigurator ( ) : System | ||
리턴 | System |
public ReceiveEndpoint ( IRabbitMqHost host, string queueName, Action |
||
host | IRabbitMqHost | |
queueName | string | |
configure | Action |
|
리턴 | void |
public ReceiveEndpoint ( string queueName, Action |
||
queueName | string | |
configureEndpoint | Action |
|
리턴 | void |
public SetExchangeArgument ( string key, object value ) : void | ||
key | string | |
value | object | |
리턴 | void |
public SetQueueArgument ( string key, object value ) : void | ||
key | string | |
value | object | |
리턴 | void |