Show / Hide Table of Contents

    Interface IBrokerActivityEnricher<TEndpoint>

    Provides enrichment for activities produced by the ActivityProducerBehavior and ActivityConsumerBehavior for the specified endpoint type.

    Inherited Members
    IBrokerActivityEnricher.EnrichOutboundActivity(Activity, ProducerPipelineContext)
    IBrokerActivityEnricher.EnrichInboundActivity(Activity, ConsumerPipelineContext)
    Namespace: Silverback.Messaging.Diagnostics
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IBrokerActivityEnricher<TEndpoint> : IBrokerActivityEnricher where TEndpoint : Endpoint
    Type Parameters
    Name Description
    TEndpoint

    The type of the endpoint that this enricher can be used for.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini