Method | Description | |
---|---|---|
Host ( this configurator, |
Adds a service bus host using the MassTransit style URI host name
|
|
Host ( this configurator, string connectionString, Action |
Adds a Service Bus host using a connection string (Endpoint=...., etc.).
|
|
ReceiveEndpoint ( this configurator, IServiceBusHost host, Action |
Declare a ReceiveEndpoint using a unique generated queue name. This queue defaults to auto-delete and non-durable. By default all services bus instances include a default receiveEndpoint that is of this type (created automatically upon the first receiver binding).
|
|
SharedAccessSignature ( this configurator, Action |
public static Host ( this configurator, |
||
configurator | this | The bus factory configurator |
hostAddress | The host address, in MassTransit format (sb://namespace.servicebus.windows.net/scope) | |
configure | Action |
A callback to further configure the service bus |
return | IServiceBusHost |
public static Host ( this configurator, string connectionString, Action |
||
configurator | this | The bus factory configurator |
connectionString | string | The connection string in the proper format |
configure | Action |
A callback to further configure the service bus |
return | IServiceBusHost |
public static ReceiveEndpoint ( this configurator, IServiceBusHost host, Action |
||
configurator | this | |
host | IServiceBusHost | |
configure | Action |
|
return | void |
public static SharedAccessSignature ( this configurator, Action |
||
configurator | this | |
configure | Action |
|
return | void |