Table of Contents

Interface IStaticProducerEndpointResolver

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 : IProducerEndpointResolver
Inherited Members

Methods

GetEndpoint(ProducerEndpointConfiguration)

Gets the static destination endpoint.

ProducerEndpoint GetEndpoint(ProducerEndpointConfiguration configuration)

Parameters

configuration ProducerEndpointConfiguration

The producer endpoint configuration.

Returns

ProducerEndpoint

The ProducerEndpoint.