Interface IDynamicProducerEndpointResolver<TEndpoint>
Statically resolves to the same destination endpoint (e.g. the target topic and partition) for every message being produced.
Inherited Members
Namespace: Silverback.Messaging.Producing.EndpointResolvers
Assembly: Silverback.Integration.dll
Syntax
public interface IDynamicProducerEndpointResolver<TEndpoint> : IDynamicProducerEndpointResolver, IProducerEndpointResolver<TEndpoint>, IProducerEndpointResolver where TEndpoint : ProducerEndpoint
Type Parameters
| Name | Description |
|---|---|
| TEndpoint | The type of the endpoint being resolved. |