t

scalapb.zio_grpc

ServerMain

trait ServerMain extends App

Quick-start server app.

Linear Supertypes
App, BootstrapRuntime, Runtime[zio.ZEnv], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerMain
  2. App
  3. BootstrapRuntime
  4. Runtime
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def services: ServiceList[zio.ZEnv]

Concrete 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 builder: ?0 forSome {type ?0 <: ServerBuilder[?0]}
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val environment: zio.ZEnv
    Definition Classes
    BootstrapRuntime → Runtime
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def main(args0: Array[String]): Unit
    Definition Classes
    App
  16. def map[R1](f: (zio.ZEnv) => R1): Runtime[R1]
    Definition Classes
    Runtime
  17. def mapPlatform(f: (Platform) => Platform): Runtime[zio.ZEnv]
    Definition Classes
    Runtime
  18. val myAppLogic: ZIO[zio.ZEnv, Throwable, Nothing]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val platform: Platform
    Definition Classes
    BootstrapRuntime → Runtime
  23. def port: Int
  24. def run(args: List[String]): URIO[zio.ZEnv with Console, ExitCode]
    Definition Classes
    ServerMain → App
  25. def serverLive: ZLayer[zio.ZEnv, Throwable, Server]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def unsafeRun[E, A](zio: => ZIO[zio.ZEnv, E, A]): A
    Definition Classes
    Runtime
  29. final def unsafeRunAsync[E, A](zio: => ZIO[zio.ZEnv, E, A])(k: (Exit[E, A]) => Any): Unit
    Definition Classes
    Runtime
  30. final def unsafeRunAsyncCancelable[E, A](zio: => ZIO[zio.ZEnv, E, A])(k: (Exit[E, A]) => Any): (Id) => Exit[E, A]
    Definition Classes
    Runtime
  31. final def unsafeRunAsync_[E, A](zio: ZIO[zio.ZEnv, E, A]): Unit
    Definition Classes
    Runtime
  32. final def unsafeRunSync[E, A](zio: => ZIO[zio.ZEnv, E, A]): Exit[E, A]
    Definition Classes
    Runtime
  33. final def unsafeRunTask[A](task: => RIO[zio.ZEnv, A]): A
    Definition Classes
    Runtime
  34. final def unsafeRunToFuture[E <: Throwable, A](zio: ZIO[zio.ZEnv, E, A]): CancelableFuture[A]
    Definition Classes
    Runtime
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. def welcome: ZIO[zio.ZEnv, Throwable, Unit]
  39. def withExecutor(e: Executor): Runtime[zio.ZEnv]
    Definition Classes
    Runtime
  40. def withFatal(f: (Throwable) => Boolean): Runtime[zio.ZEnv]
    Definition Classes
    Runtime
  41. def withReportFailure(f: (Cause[Any]) => Unit): Runtime[zio.ZEnv]
    Definition Classes
    Runtime
  42. def withReportFatal(f: (Throwable) => Nothing): Runtime[zio.ZEnv]
    Definition Classes
    Runtime
  43. def withTracing(t: Tracing): Runtime[zio.ZEnv]
    Definition Classes
    Runtime
  44. def withTracingConfig(config: TracingConfig): Runtime[zio.ZEnv]
    Definition Classes
    Runtime

Inherited from App

Inherited from BootstrapRuntime

Inherited from Runtime[zio.ZEnv]

Inherited from AnyRef

Inherited from Any

Ungrouped