Protocol

caliban.interop.tapir.ws.Protocol
See theProtocol companion object
sealed trait Protocol

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object GraphQLWS.type
object Legacy.type

Members list

Value members

Abstract methods

def make[R, E](interpreter: GraphQLInterpreter[R, E], keepAliveTime: Option[Duration], webSocketHooks: WebSocketHooks[R, E]): URIO[R, CalibanPipe]
def name: String