Show / Hide Table of Contents

    Interface IProducerEndpointResolver<TEndpoint>

    Resolves the destination endpoint (e.g. the target topic and partition) for a message being produced.

    Inherited Members
    IProducerEndpointResolver.GetEndpoint(IOutboundEnvelope)
    IProducerEndpointResolver.RawName
    Namespace: Silverback.Messaging.Producing.EndpointResolvers
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IProducerEndpointResolver<TEndpoint> : IProducerEndpointResolver where TEndpoint : ProducerEndpoint
    Type Parameters
    Name Description
    TEndpoint

    The type of the endpoint being resolved.

    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini