o

zio.lambda.internal

ZLambdaReflectiveApp

object ZLambdaReflectiveApp extends ZIOAppDefault

The main class to use ZLambda as a Layer

https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html

Linear Supertypes
ZIOAppDefault, ZIOApp, ZIOAppVersionSpecific, ZIOAppPlatformSpecific, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZLambdaReflectiveApp
  2. ZIOAppDefault
  3. ZIOApp
  4. ZIOAppVersionSpecific
  5. ZIOAppPlatformSpecific
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Environment = Any
    Definition Classes
    ZIOAppDefault → ZIOApp

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def <>(that: ZIOApp)(implicit trace: ZTraceElement): ZIOApp
    Definition Classes
    ZIOApp
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def exit(code: ExitCode)(implicit trace: ZTraceElement): UIO[Unit]
    Definition Classes
    ZIOApp
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getArgs(implicit trace: ZTraceElement): ZIO[ZIOAppArgs, Nothing, Chunk[String]]
    Definition Classes
    ZIOApp
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hook: RuntimeConfigAspect
    Definition Classes
    ZIOApp
  15. def installSignalHandlers(implicit trace: ZTraceElement): UIO[Any]
    Attributes
    protected
    Definition Classes
    ZIOApp
  16. final def invoke(args: Chunk[String])(implicit trace: ZTraceElement): ZIO[Any, Any, Any]
    Definition Classes
    ZIOApp
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val layer: ZLayer[ZIOAppArgs with Scope, Any, Any]
    Definition Classes
    ZIOAppDefault → ZIOApp
  19. final def main(args0: Array[String]): Unit
    Definition Classes
    ZIOAppPlatformSpecific
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def run: ZIO[Any, Throwable, Nothing]
    Definition Classes
    ZLambdaReflectiveApp → ZIOApp
  24. def runtime: Runtime[Any]
    Definition Classes
    ZIOApp
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. val tag: zio.EnvironmentTag[Any]
    Definition Classes
    ZIOAppDefault → ZIOApp
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. implicit macro def validateEnv[R, E, A](zio: ZIO[R, E, A]): ZIO[ZIOAppArgs with Scope, E, A]
    Definition Classes
    ZIOAppVersionSpecific
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ZIOAppDefault

Inherited from ZIOApp

Inherited from ZIOAppVersionSpecific

Inherited from ZIOAppPlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped