Packages

c

etlflow

ServerApp

abstract class ServerApp[T <: EJPMType] extends CliApp[T] with HttpServer with Scheduler

Linear Supertypes
Scheduler, HttpServer, CliApp[T], App, BootstrapRuntime, Runtime[zio.ZEnv], ApplicationLogger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerApp
  2. Scheduler
  3. HttpServer
  4. CliApp
  5. App
  6. BootstrapRuntime
  7. Runtime
  8. ApplicationLogger
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServerApp()(implicit arg0: zio.Tag[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def as[R1](r1: R1): Runtime[R1]
    Definition Classes
    Runtime
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cliRunner(args: List[String], config: Config, app: ZIO[zio.ZEnv, Throwable, Unit] = ...): ZIO[zio.ZEnv, Throwable, Unit]
    Definition Classes
    CliApp
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def environment: zio.ZEnv
    Definition Classes
    BootstrapRuntime → Runtime
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def etlFlowScheduler(jobs: List[EtlJob]): ServerTask[Unit]
    Definition Classes
    Scheduler
  12. def etlFlowWebServer(auth: Authentication, config: Option[WebServer]): ServerTask[Nothing]
    Definition Classes
    HttpServer
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. lazy val logger: Logger
    Definition Classes
    ApplicationLogger
  18. final def main(args0: Array[String]): Unit
    Definition Classes
    App
  19. def map[R1](f: (zio.ZEnv) ⇒ R1): Runtime[R1]
    Definition Classes
    Runtime
  20. def mapPlatform(f: (Platform) ⇒ Platform): Runtime[zio.ZEnv]
    Definition Classes
    Runtime
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def platform: Platform
    Definition Classes
    BootstrapRuntime → Runtime
  25. def run(args: List[String]): URIO[zio.ZEnv, ExitCode]
    Definition Classes
    ServerAppCliApp → App
  26. final def scheduleJobs(dbCronJobs: List[CronJob]): ServerTask[Unit]
    Definition Classes
    Scheduler
  27. def serverRunner(config: Config): ZIO[zio.ZEnv, Throwable, Unit]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def unsafeRun[E, A](zio: ⇒ ZIO[zio.ZEnv, E, A]): A
    Definition Classes
    Runtime
  31. final def unsafeRunAsync[E, A](zio: ⇒ ZIO[zio.ZEnv, E, A])(k: (Exit[E, A]) ⇒ Any): Unit
    Definition Classes
    Runtime
  32. final def unsafeRunAsyncCancelable[E, A](zio: ⇒ ZIO[zio.ZEnv, E, A])(k: (Exit[E, A]) ⇒ Any): (Id) ⇒ Exit[E, A]
    Definition Classes
    Runtime
  33. final def unsafeRunAsync_[E, A](zio: ZIO[zio.ZEnv, E, A]): Unit
    Definition Classes
    Runtime
  34. final def unsafeRunSync[E, A](zio: ⇒ ZIO[zio.ZEnv, E, A]): Exit[E, A]
    Definition Classes
    Runtime
  35. final def unsafeRunTask[A](task: ⇒ RIO[zio.ZEnv, A]): A
    Definition Classes
    Runtime
  36. final def unsafeRunToFuture[E <: Throwable, A](zio: ZIO[zio.ZEnv, E, A]): CancelableFuture[A]
    Definition Classes
    Runtime
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. def withExecutor(e: Executor): Runtime[zio.ZEnv]
    Definition Classes
    Runtime
  41. def withFatal(f: (Throwable) ⇒ Boolean): Runtime[zio.ZEnv]
    Definition Classes
    Runtime
  42. def withReportFailure(f: (Cause[Any]) ⇒ Unit): Runtime[zio.ZEnv]
    Definition Classes
    Runtime
  43. def withReportFatal(f: (Throwable) ⇒ Nothing): Runtime[zio.ZEnv]
    Definition Classes
    Runtime
  44. def withTracing(t: Tracing): Runtime[zio.ZEnv]
    Definition Classes
    Runtime
  45. def withTracingConfig(config: TracingConfig): Runtime[zio.ZEnv]
    Definition Classes
    Runtime
  46. def withYieldOnStart(cond: Boolean): Runtime[zio.ZEnv]
    Definition Classes
    Runtime

Inherited from Scheduler

Inherited from HttpServer

Inherited from CliApp[T]

Inherited from App

Inherited from BootstrapRuntime

Inherited from Runtime[zio.ZEnv]

Inherited from ApplicationLogger

Inherited from AnyRef

Inherited from Any

Ungrouped