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
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product