C# Class pegasus.eventbus.client.Envelope

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Deserialize ( byte body ) : Envelope
Envelope ( ) : System
Envelope ( IEvent message ) : System
GetEventType ( string type ) : Type
GetHeader ( string key ) : string
Open ( ) : IEvent
Serialize ( ) : byte[]
SetHeader ( string key, string value ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
Envelope ( byte body ) : System

Method Details

Deserialize() public static méthode

public static Deserialize ( byte body ) : Envelope
body byte
Résultat Envelope

Envelope() public méthode

public Envelope ( ) : System
Résultat System

Envelope() public méthode

public Envelope ( IEvent message ) : System
message IEvent
Résultat System

Envelope() protected méthode

protected Envelope ( byte body ) : System
body byte
Résultat System

GetEventType() public méthode

public GetEventType ( string type ) : Type
type string
Résultat System.Type

GetHeader() public méthode

public GetHeader ( string key ) : string
key string
Résultat string

Open() public méthode

public Open ( ) : IEvent
Résultat IEvent

Serialize() public méthode

public Serialize ( ) : byte[]
Résultat byte[]

SetHeader() public méthode

public SetHeader ( string key, string value ) : void
key string
value string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string