Class EndpointsConfigurationBuilderAddMqttEndpointsExtensions
Adds the AddMqttEndpoints
method to the IEndpointsConfigurationBuilder.
Inheritance
System.Object
EndpointsConfigurationBuilderAddMqttEndpointsExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Silverback.Messaging.Configuration
Assembly: Silverback.Integration.MQTT.dll
Syntax
public static class EndpointsConfigurationBuilderAddMqttEndpointsExtensions
Methods
| Improve this doc View sourceAddMqttEndpoints(IEndpointsConfigurationBuilder, Action<IMqttEndpointsConfigurationBuilder>)
Adds the MQTT endpoints.
Declaration
public static IEndpointsConfigurationBuilder AddMqttEndpoints(this IEndpointsConfigurationBuilder endpointsConfigurationBuilder, Action<IMqttEndpointsConfigurationBuilder> mqttEndpointsBuilderAction)
Parameters
Type | Name | Description |
---|---|---|
IEndpointsConfigurationBuilder | endpointsConfigurationBuilder | |
System.Action<IMqttEndpointsConfigurationBuilder> | mqttEndpointsBuilderAction | An System.Action<T> that takes the IMqttEndpointsConfigurationBuilder, configures the connection to the message broker and adds the inbound and outbound endpoints. |
Returns
Type | Description |
---|---|
IEndpointsConfigurationBuilder | The IEndpointsConfigurationBuilder so that additional calls can be chained. |