C# Class pegasus.eventbus.client.EnvelopeExtensions

Datei anzeigen Open project: Berico-Technologies/Event-Bus

Public Methods

Method Description
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

Method Details

GetCorrelationId() public static method

public static GetCorrelationId ( this env ) : System.Guid
env this
return System.Guid

GetEventType() public static method

public static GetEventType ( this env ) : string
env this
return string

GetId() public static method

public static GetId ( this env ) : System.Guid
env this
return System.Guid

GetReplyTo() public static method

public static GetReplyTo ( this env ) : string
env this
return string

GetSendTime() public static method

public static GetSendTime ( this env ) : System.DateTime
env this
return System.DateTime

GetTopic() public static method

public static GetTopic ( this env ) : string
env this
return string

SetCorrelationId() public static method

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

SetEventType() public static method

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

SetId() public static method

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

SetReplyTo() public static method

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

SetSendTime() public static method

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

SetTopic() public static method

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