Class SilverbackBuilderAddKafkaEndpointsExtensions
Adds the AddKafkaEndpoints
method to the ISilverbackBuilder.
Inheritance
System.Object
SilverbackBuilderAddKafkaEndpointsExtensions
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: Microsoft.Extensions.DependencyInjection
Assembly: Silverback.Integration.Kafka.dll
Syntax
public static class SilverbackBuilderAddKafkaEndpointsExtensions
Methods
| Improve this doc View sourceAddKafkaEndpoints(ISilverbackBuilder, Action<IKafkaEndpointsConfigurationBuilder>)
Adds the Kafka endpoints.
Declaration
public static ISilverbackBuilder AddKafkaEndpoints(this ISilverbackBuilder silverbackBuilder, Action<IKafkaEndpointsConfigurationBuilder> configureAction)
Parameters
Type | Name | Description |
---|---|---|
ISilverbackBuilder | silverbackBuilder | The ISilverbackBuilder that references the Microsoft.Extensions.DependencyInjection.IServiceCollection to add the services to. |
System.Action<IKafkaEndpointsConfigurationBuilder> | configureAction | An System.Action<T> that takes the IKafkaEndpointsConfigurationBuilder and adds the outbound and inbound endpoints. |
Returns
Type | Description |
---|---|
ISilverbackBuilder | The ISilverbackBuilder so that additional calls can be chained. |