C# Class pegasus.eventbus.client.EventBusConnectionParameters

Datei anzeigen Open project: Berico-Technologies/Event-Bus Class Usage Examples

Public Properties

Property Type Description
CONNECTION_RETRY_TIMEOUT_PROPERTY string
HOST_PROPERTY string
PASSWORD_PROPERTY string
PORT_PROPERTY string
USERNAME_PROPERTY string
VHOST_PROPERTY string

Public Methods

Method Description
EventBusConnectionParameters ( ) : System
this ( string key ) : string

Method Details

EventBusConnectionParameters() public method

public EventBusConnectionParameters ( ) : System
return System

this() public method

public this ( string key ) : string
key string
return string

Property Details

CONNECTION_RETRY_TIMEOUT_PROPERTY public_oe static_oe property

public static string CONNECTION_RETRY_TIMEOUT_PROPERTY
return string

HOST_PROPERTY public_oe static_oe property

public static string HOST_PROPERTY
return string

PASSWORD_PROPERTY public_oe static_oe property

public static string PASSWORD_PROPERTY
return string

PORT_PROPERTY public_oe static_oe property

public static string PORT_PROPERTY
return string

USERNAME_PROPERTY public_oe static_oe property

public static string USERNAME_PROPERTY
return string

VHOST_PROPERTY public_oe static_oe property

public static string VHOST_PROPERTY
return string