C# Class pegasus.eventbus.amqp.AmqpEnvelope

Inheritance: pegasus.eventbus.client.Envelope
Afficher le fichier Open project: Berico-Technologies/Event-Bus Class Usage Examples

Méthodes publiques

Méthode Description
AmqpEnvelope ( IEvent message ) : System
AmqpEnvelope ( byte body ) : System
MarkAsProcessed ( ) : void
WaitToBeProcessed ( ) : void

Method Details

AmqpEnvelope() public méthode

public AmqpEnvelope ( IEvent message ) : System
message IEvent
Résultat System

AmqpEnvelope() public méthode

public AmqpEnvelope ( byte body ) : System
body byte
Résultat System

MarkAsProcessed() public méthode

public MarkAsProcessed ( ) : void
Résultat void

WaitToBeProcessed() public méthode

public WaitToBeProcessed ( ) : void
Résultat void