C# 클래스 pegasus.eventbus.amqp.AmqpEnvelope

상속: pegasus.eventbus.client.Envelope
파일 보기 프로젝트 열기: Berico-Technologies/Event-Bus 1 사용 예제들

공개 메소드들

메소드 설명
AmqpEnvelope ( IEvent message ) : System
AmqpEnvelope ( byte body ) : System
MarkAsProcessed ( ) : void
WaitToBeProcessed ( ) : void

메소드 상세

AmqpEnvelope() 공개 메소드

public AmqpEnvelope ( IEvent message ) : System
message IEvent
리턴 System

AmqpEnvelope() 공개 메소드

public AmqpEnvelope ( byte body ) : System
body byte
리턴 System

MarkAsProcessed() 공개 메소드

public MarkAsProcessed ( ) : void
리턴 void

WaitToBeProcessed() 공개 메소드

public WaitToBeProcessed ( ) : void
리턴 void