Interface IStaticProducerEndpointResolver
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 IStaticProducerEndpointResolver : IProducerEndpointResolver
Methods
GetEndpoint(ProducerEndpointConfiguration)
Gets the static destination endpoint.
Declaration
ProducerEndpoint GetEndpoint(ProducerEndpointConfiguration configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| ProducerEndpointConfiguration | configuration | The producer endpoint configuration. |
Returns
| Type | Description |
|---|---|
| ProducerEndpoint | The ProducerEndpoint. |