package backend
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- backend
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Config = ConfigTyped[Dictionary[String]]
- case class ConfigTyped[T](apiGatewayEndpoint: Option[String], connectionsTableName: Option[String], environment: T) extends Product with Serializable
- class Ws[Event] extends AnyRef