Class InboundSpySubscriber
Subscribes to all the IOutboundEnvelope transiting through the internal bus and forwards them to the IIntegrationSpy to be collected.
Inherited Members
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 sourceInboundSpySubscriber(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.