Show / Hide Table of Contents

    Class InboundSpySubscriber

    Subscribes to all the IOutboundEnvelope transiting through the internal bus and forwards them to the IIntegrationSpy to be collected.

    Inheritance
    object
    InboundSpySubscriber
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Testing
    Assembly: Silverback.Integration.Testing.dll
    Syntax
    public class InboundSpySubscriber
    Remarks

    This is used alternatively to the InboundSpyBrokerBehavior.

    Constructors

    | Improve this doc View source

    InboundSpySubscriber(IntegrationSpy)

    Initializes a new instance of the InboundSpySubscriber class.

    Declaration
    public InboundSpySubscriber(IntegrationSpy integrationSpy)
    Parameters
    Type Name Description
    IntegrationSpy integrationSpy

    The IntegrationSpy.

    Remarks

    This is used alternatively to the InboundSpyBrokerBehavior.

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