zio.http.endpoint.EndpointExecutor
See theEndpointExecutor companion object
final case class EndpointExecutor[R, Auth, ReqEnv](client: ZClient[Any, ReqEnv, Body, Throwable, Response], locator: EndpointLocator, authProvider: ZIO[R, Nothing, Auth])
A zio.http.endpoint.EndpointExecutor is responsible for taking an endpoint invocation, and executing the invocation, returning the final result, or failing with a pre-defined RPC error.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article