Class EndpointsConfigurationBuilderAddKafkaEndpointsExtensions
Adds the AddKafkaEndpoints
method to the IEndpointsConfigurationBuilder.
Inheritance
System.Object
EndpointsConfigurationBuilderAddKafkaEndpointsExtensions
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.Kafka.dll
Syntax
public static class EndpointsConfigurationBuilderAddKafkaEndpointsExtensions
Methods
| Improve this doc View sourceAddKafkaEndpoints(IEndpointsConfigurationBuilder, Action<IKafkaEndpointsConfigurationBuilder>)
Adds the Kafka endpoints.
Declaration
public static IEndpointsConfigurationBuilder AddKafkaEndpoints(this IEndpointsConfigurationBuilder endpointsConfigurationBuilder, Action<IKafkaEndpointsConfigurationBuilder> kafkaEndpointsBuilderAction)
Parameters
Type | Name | Description |
---|---|---|
IEndpointsConfigurationBuilder | endpointsConfigurationBuilder | |
System.Action<IKafkaEndpointsConfigurationBuilder> | kafkaEndpointsBuilderAction | An System.Action<T> that takes the IKafkaEndpointsConfigurationBuilder, 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. |