C# 클래스 pegasus.eventbus.client.EnvelopeExtensions

파일 보기 프로젝트 열기: Berico-Technologies/Event-Bus

공개 메소드들

메소드 설명
GetCorrelationId ( this env ) : System.Guid
GetEventType ( this env ) : string
GetId ( this env ) : System.Guid
GetReplyTo ( this env ) : string
GetSendTime ( this env ) : System.DateTime
GetTopic ( this env ) : string
SetCorrelationId ( this env, System.Guid correlationId ) : void
SetEventType ( this env, string type ) : void
SetId ( this env, System.Guid id ) : void
SetReplyTo ( this env, string replyTo ) : void
SetSendTime ( this env, System.DateTime sendTime ) : void
SetTopic ( this env, string topic ) : void

메소드 상세

GetCorrelationId() 공개 정적인 메소드

public static GetCorrelationId ( this env ) : System.Guid
env this
리턴 System.Guid

GetEventType() 공개 정적인 메소드

public static GetEventType ( this env ) : string
env this
리턴 string

GetId() 공개 정적인 메소드

public static GetId ( this env ) : System.Guid
env this
리턴 System.Guid

GetReplyTo() 공개 정적인 메소드

public static GetReplyTo ( this env ) : string
env this
리턴 string

GetSendTime() 공개 정적인 메소드

public static GetSendTime ( this env ) : System.DateTime
env this
리턴 System.DateTime

GetTopic() 공개 정적인 메소드

public static GetTopic ( this env ) : string
env this
리턴 string

SetCorrelationId() 공개 정적인 메소드

public static SetCorrelationId ( this env, System.Guid correlationId ) : void
env this
correlationId System.Guid
리턴 void

SetEventType() 공개 정적인 메소드

public static SetEventType ( this env, string type ) : void
env this
type string
리턴 void

SetId() 공개 정적인 메소드

public static SetId ( this env, System.Guid id ) : void
env this
id System.Guid
리턴 void

SetReplyTo() 공개 정적인 메소드

public static SetReplyTo ( this env, string replyTo ) : void
env this
replyTo string
리턴 void

SetSendTime() 공개 정적인 메소드

public static SetSendTime ( this env, System.DateTime sendTime ) : void
env this
sendTime System.DateTime
리턴 void

SetTopic() 공개 정적인 메소드

public static SetTopic ( this env, string topic ) : void
env this
topic string
리턴 void