EndpointExecutor

zio.http.endpoint.EndpointExecutor
See theEndpointExecutor companion object
final case class EndpointExecutor[+MI](client: Client, locator: EndpointLocator, middlewareInput: UIO[MI])

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[A, E, B, M <: EndpointMiddleware](invocation: Invocation[A, E, B, M])(implicit alt: Alternator[E, Err], ev: MI <:< In, trace: Trace): ZIO[Any, Out, B]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product