Table of Contents

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

TEndpoint

The type of the endpoint being resolved.

Inherited Members