This API should not be used directly, it will be invoked by the client generated by ServiceClient.implement in
order to implement each service call and topic.
The service client context is essentially a map of service calls and topics, constructed from a service descriptor,
that allows a ServiceCall to be easily constructed by the services methods.
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.
This member is added by an implicit conversion from ServiceClientContext to
any2stringadd[ServiceClientContext] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from ServiceClientContext to
StringFormat[ServiceClientContext] performed by method StringFormat in scala.Predef.
The service client context.
This API should not be used directly, it will be invoked by the client generated by ServiceClient.implement in order to implement each service call and topic.
The service client context is essentially a map of service calls and topics, constructed from a service descriptor, that allows a ServiceCall to be easily constructed by the services methods.
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.