C# Class pegasus.eventbus.amqp.AmqpEnvelope

Inheritance: pegasus.eventbus.client.Envelope
Exibir arquivo Open project: Berico-Technologies/Event-Bus Class Usage Examples

Public Methods

Method Description
AmqpEnvelope ( IEvent message ) : System
AmqpEnvelope ( byte body ) : System
MarkAsProcessed ( ) : void
WaitToBeProcessed ( ) : void

Method Details

AmqpEnvelope() public method

public AmqpEnvelope ( IEvent message ) : System
message IEvent
return System

AmqpEnvelope() public method

public AmqpEnvelope ( byte body ) : System
body byte
return System

MarkAsProcessed() public method

public MarkAsProcessed ( ) : void
return void

WaitToBeProcessed() public method

public WaitToBeProcessed ( ) : void
return void