object Handler
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Handler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type FunctionType = Function2[APIGatewayProxyEventV2, Context, Promise[APIGatewayProxyStructuredResultV2]]
- type FutureFunc[Out] = (HttpRequest) => Future[Out]
- type FutureKleisli[Out] = Kleisli[Future, HttpRequest, Out]
- case class HttpAuth(sub: String, username: String) extends Product with Serializable
- case class HttpRequest(event: APIGatewayProxyEventV2, context: Context, auth: Option[HttpAuth]) extends Product with Serializable
- type IOFunc[Out] = (HttpRequest) => IO[Out]
- type IOKleisli[Out] = Kleisli[IO, HttpRequest, Out]
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def handle(endpoints: (HttpRequest) => List[ServerEndpoint[_, IO]]): FunctionType
- def handle(endpoints: List[ServerEndpoint[_, IO]]): FunctionType
- def handleF[F[_]](endpoints: (HttpRequest) => List[ServerEndpoint[_, F]], execute: (F[APIGatewayProxyStructuredResultV2]) => Future[APIGatewayProxyStructuredResultV2])(implicit arg0: Sync[F]): FunctionType
- def handleF[F[_]](endpoints: List[ServerEndpoint[_, F]], execute: (F[APIGatewayProxyStructuredResultV2]) => Future[APIGatewayProxyStructuredResultV2])(implicit arg0: Sync[F]): FunctionType
- def handleFCustom[F[_]](endpointsf: (HttpRequest) => List[ServerEndpoint[_, F]], execute: (F[APIGatewayProxyStructuredResultV2], HttpRequest) => Future[APIGatewayProxyStructuredResultV2])(implicit arg0: Sync[F]): FunctionType
- def handleFWithContext[F[_]](endpoints: List[ServerEndpoint[_, F]], execute: (F[APIGatewayProxyStructuredResultV2], HttpRequest) => Future[APIGatewayProxyStructuredResultV2])(implicit arg0: Sync[F]): FunctionType
- def handleFunc(endpoints: List[ServerEndpoint[_, IOFunc]]): FunctionType
- def handleFuture(endpoints: (HttpRequest) => List[ServerEndpoint[_, Future]]): FunctionType
- def handleFuture(endpoints: List[ServerEndpoint[_, Future]]): FunctionType
- def handleFutureFunc(endpoints: List[ServerEndpoint[_, FutureFunc]]): FunctionType
- def handleFutureKleisli(endpoints: List[ServerEndpoint[_, FutureKleisli]]): FunctionType
- def handleKleisli(endpoints: List[ServerEndpoint[_, IOKleisli]]): FunctionType
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated