Packages

trait Handler[Event] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Handler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type FunctionType = Function2[Event, Context, Promise[APIGatewayProxyStructuredResultV2]]
  2. type FutureFunc[Out] = (RequestOf[Event]) => Future[Out]
  3. type FutureKleisli[Out] = Kleisli[Future, RequestOf[Event], Out]
  4. type IOFunc[Out] = (RequestOf[Event]) => IO[Out]
  5. type IOKleisli[Out] = Kleisli[IO, RequestOf[Event], Out]
  6. type Request = RequestOf[Event]