Méthode | Description | |
---|---|---|
Add_Endpoint ( string Key, |
Add a new single endpoint to this configuration
|
|
Add_Endpoint ( string Key, string URL, Microservice_Endpoint_Protocol_Enum Protocol ) : void |
Add a new single endpoint to this configuration
|
|
Add_Endpoint ( string Key, string URL, string Protocol ) : void |
Add a new single endpoint to this configuration
|
|
Change_Base_URL ( string Original, string New ) : void |
Change the base URL for the microservices endpoints
|
|
MicroservicesClient_Configuration ( ) : System |
Constructor for a new instance of the MicroservicesClient_Configuration class
|
|
MicroservicesClient_Configuration ( ) : System.Collections.Generic |
Constructor for a new instance of the MicroservicesClient_Configuration class
|
|
this ( string Key ) : |
Reference a single microservices client endpoint configuration, via the lookup key
|
Méthode | Description | |
---|---|---|
build_dictionary ( ) : void |
public Add_Endpoint ( string Key, |
||
Key | string | Key used for subsequent lookups from this configuration |
Endpoint | Fully pre-constructed microservice client endpoint configuration object | |
Résultat | void |
public Add_Endpoint ( string Key, string URL, Microservice_Endpoint_Protocol_Enum Protocol ) : void | ||
Key | string | Key used for subsequent lookups from this configuration |
URL | string | Complete URL for this microservices endpoint |
Protocol | Microservice_Endpoint_Protocol_Enum | Protocol to use when connecting to this endpoint, via the URL ( JSON or ProtoBuf ) |
Résultat | void |
public Add_Endpoint ( string Key, string URL, string Protocol ) : void | ||
Key | string | Key used for subsequent lookups from this configuration |
URL | string | Complete URL for this microservices endpoint |
Protocol | string | Protocol to use when connecting to this endpoint, via the URL ( JSON or ProtoBuf ) |
Résultat | void |
public Change_Base_URL ( string Original, string New ) : void | ||
Original | string | Original URL, which must match EXACTLY the ones present in the microservices |
New | string | New URL to replace that with |
Résultat | void |
public MicroservicesClient_Configuration ( ) : System | ||
Résultat | System |
public MicroservicesClient_Configuration ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public this ( string Key ) : |
||
Key | string | Key to find the microservices client endpoint configuration |
Résultat |