Class InboundSpySubscriber
- Namespace
- Silverback.Testing
- Assembly
- Silverback.Integration.Testing.dll
Subscribes to all the IOutboundEnvelope being published via the message bus and forwards them to the IIntegrationSpy to be collected.
public class InboundSpySubscriber
- Inheritance
-
InboundSpySubscriber
- Inherited Members
Remarks
This is used alternatively to the InboundSpyBrokerBehavior.
Constructors
InboundSpySubscriber(IntegrationSpy)
Initializes a new instance of the InboundSpySubscriber class.
public InboundSpySubscriber(IntegrationSpy integrationSpy)
Parameters
integrationSpyIntegrationSpyThe IntegrationSpy.