This API should not be used directly, it will be invoked by the client generated by ServiceClient.implement in
order to resolve the service descriptor.
The purpose of this API is to capture the dependencies required in order to implement a service client, such as the
HTTP and WebSocket clients.
Although this API should not directly be used by end users, the code generated by the ServiceClient macro does
cause end users to have a binary dependency on this class, which is why it's in the scaladsl package.
The service client implementation context.
This API should not be used directly, it will be invoked by the client generated by ServiceClient.implement in order to resolve the service descriptor.
The purpose of this API is to capture the dependencies required in order to implement a service client, such as the HTTP and WebSocket clients.
Although this API should not directly be used by end users, the code generated by the ServiceClient macro does cause end users to have a binary dependency on this class, which is why it's in the
scaladsl
package.