Class InboundSpySubscriber
Subscribes to all the IOutboundEnvelope transiting through the internal bus and forwards them to the IIntegrationSpy to be collected.
Inheritance
System.Object
InboundSpySubscriber
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 sourceInboundSpySubscriber(IntegrationSpy)
Initializes a new instance of the InboundSpySubscriber class.
Declaration
public InboundSpySubscriber(IntegrationSpy integrationSpy)
Parameters
Type | Name | Description |
---|---|---|
IntegrationSpy | integrationSpy | The IntegrationSpy. |