object HttpEndpoint
suspend fun getClientAwait(discovery: ServiceDiscovery, filter: JsonObject): HttpClient suspend fun getClientAwait(discovery: ServiceDiscovery, filter: Function<Record, Boolean>): HttpClient
Convenient method that looks for a HTTP endpoint and provides the configured . The async result is marked as failed is there are no matching services, or if the lookup fails. suspend fun getClientAwait(discovery: ServiceDiscovery, filter: JsonObject, conf: JsonObject): HttpClient
Convenient method that looks for a HTTP endpoint and provides the configured . The async result is marked as failed is there are no matching services, or if the lookup fails. This method accepts a configuration for the HTTP client suspend fun getClientAwait(discovery: ServiceDiscovery, filter: Function<Record, Boolean>, conf: JsonObject): HttpClient
Convenient method that looks for a HTTP endpoint and provides the configured . The async result is marked as failed is there are no matching services, or if the lookup fails. This method accepts a configuration for the HTTP client. |
|
suspend fun getWebClientAwait(discovery: ServiceDiscovery, filter: JsonObject): WebClient suspend fun getWebClientAwait(discovery: ServiceDiscovery, filter: Function<Record, Boolean>): WebClient
Convenient method that looks for a HTTP endpoint and provides the configured . The async result is marked as failed is there are no matching services, or if the lookup fails. suspend fun getWebClientAwait(discovery: ServiceDiscovery, filter: JsonObject, conf: JsonObject): WebClient
Convenient method that looks for a HTTP endpoint and provides the configured . The async result is marked as failed is there are no matching services, or if the lookup fails. This method accepts a configuration for the HTTP client suspend fun getWebClientAwait(discovery: ServiceDiscovery, filter: Function<Record, Boolean>, conf: JsonObject): WebClient
Convenient method that looks for a HTTP endpoint and provides the configured . The async result is marked as failed is there are no matching services, or if the lookup fails. This method accepts a configuration for the HTTP client. |