WebSocketConfig

caliban.quick.WebSocketConfig
See theWebSocketConfig companion object
case class WebSocketConfig[-R](keepAliveTime: Option[Duration], hooks: WebSocketHooks[R, Any], zHttpConfig: WebSocketConfig)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withHooks[R1](newHooks: WebSocketHooks[R1, Any]): WebSocketConfig[R & R1]
def withZHttpConfig(newConfig: WebSocketConfig): WebSocketConfig[R]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product