C# Class pegasus.eventbus.client.EnvelopeExtensions

Afficher le fichier Open project: Berico-Technologies/Event-Bus

Méthodes publiques

Méthode 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 méthode

public static GetCorrelationId ( this env ) : System.Guid
env this
Résultat System.Guid

GetEventType() public static méthode

public static GetEventType ( this env ) : string
env this
Résultat string

GetId() public static méthode

public static GetId ( this env ) : System.Guid
env this
Résultat System.Guid

GetReplyTo() public static méthode

public static GetReplyTo ( this env ) : string
env this
Résultat string

GetSendTime() public static méthode

public static GetSendTime ( this env ) : System.DateTime
env this
Résultat System.DateTime

GetTopic() public static méthode

public static GetTopic ( this env ) : string
env this
Résultat string

SetCorrelationId() public static méthode

public static SetCorrelationId ( this env, System.Guid correlationId ) : void
env this
correlationId System.Guid
Résultat void

SetEventType() public static méthode

public static SetEventType ( this env, string type ) : void
env this
type string
Résultat void

SetId() public static méthode

public static SetId ( this env, System.Guid id ) : void
env this
id System.Guid
Résultat void

SetReplyTo() public static méthode

public static SetReplyTo ( this env, string replyTo ) : void
env this
replyTo string
Résultat void

SetSendTime() public static méthode

public static SetSendTime ( this env, System.DateTime sendTime ) : void
env this
sendTime System.DateTime
Résultat void

SetTopic() public static méthode

public static SetTopic ( this env, string topic ) : void
env this
topic string
Résultat void