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