resolve

abstract suspend fun resolve(request: ResolveEndpointRequest): Endpoint

Resolve the endpoint to send the request to

Return

an Endpoint that can be used to connect to the service

Parameters

request

The input context for the resolver function