C# Class amp.rabbit.transport.RabbitEnvelopeSender

Inheritance: IEnvelopeSender
Afficher le fichier Open project: Berico-Technologies/AMP

Protected Properties

Свойство Type Description
_connFactory IRabbitConnectionFactory
_topologyService ITopologyService

Méthodes publiques

Méthode Description
Dispose ( ) : void
RabbitEnvelopeSender ( ITopologyService topologyService, IRabbitConnectionFactory connFactory ) : System
Send ( Envelope envelope ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RabbitEnvelopeSender() public méthode

public RabbitEnvelopeSender ( ITopologyService topologyService, IRabbitConnectionFactory connFactory ) : System
topologyService ITopologyService
connFactory IRabbitConnectionFactory
Résultat System

Send() public méthode

public Send ( Envelope envelope ) : void
envelope Envelope
Résultat void

Property Details

_connFactory protected_oe property

protected IRabbitConnectionFactory _connFactory
Résultat IRabbitConnectionFactory

_topologyService protected_oe property

protected ITopologyService _topologyService
Résultat ITopologyService