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