ApiServer

pillars.ApiServer
See theApiServer companion trait
object ApiServer

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ApiServer.type

Members list

Type members

Classlikes

final case class Config(enabled: Boolean, http: Config, openApi: OpenAPI) extends Config

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Config
class Object
trait Matchable
class Any
Show all
trait Error extends PillarsError

Attributes

Supertypes
trait PillarsError
trait NoStackTrace
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def init[F[_] : Async](config: Config, infos: AppInfo, observability: Observability[F], logger: Scribe[F]): ApiServer[F]

Givens

Givens

given given_Codec_Config: Codec[Config]
given given_Configuration: Configuration