final case class EndpointExecutor[R, Auth](client: Client, locator: EndpointLocator, authProvider: ZIO[R, Nothing, Auth]) extends Product with Serializable
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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EndpointExecutor
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EndpointExecutor(client: Client, locator: EndpointLocator, authProvider: ZIO[R, Nothing, Auth])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[P, I, E, B](invocation: Invocation[P, I, E, B, None])(implicit trace: Trace): ZIO[Scope, E, B]
- def apply[P, I, E, B, AuthT <: AuthType](invocation: Invocation[P, I, E, B, AuthT])(implicit combiner: Combiner[I, apply.AuthT.ClientRequirement], ev: <:<[Auth, apply.AuthT.ClientRequirement], trace: Trace): ZIO[R with Scope, E, B]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authProvider: ZIO[R, Nothing, Auth]
- val client: Client
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val locator: EndpointLocator
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])