caliban-tapir
caliban-tapir
API
caliban.interop.tapir
ws
Protocol
Protocol
GraphQLWS
Ops
Legacy
Ops
GraphQLEndpoint
GraphQLInfallibleEndpoint
GraphQLInfallibleServerEndpoint
GraphQLServerEndpoint
HttpInterpreter
HttpInterpreter
HttpUploadInterpreter
HttpUploadInterpreter
StreamConstructor
StreamConstructor
StreamTransformer
TapirAdapter
CalibanBody
TapirResponse
TapirResponse
WebSocketHooks
WebSocketHooks
WebSocketInterpreter
WebSocketInterpreter
caliban-tapir
/
caliban.interop.tapir
/
WebSocketHooks
WebSocketHooks
caliban.interop.tapir.WebSocketHooks
See the
WebSocketHooks
companion object
trait
WebSocketHooks
[
-
R
,
+
E
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
WebSocketHooks
[
R
,
E
]
Members list
Clear all
Value members
Concrete methods
def
++
[
R2
<:
R
,
E2
>:
E
](
other
:
WebSocketHooks
[
R2
,
E2
]):
WebSocketHooks
[
R2
,
E2
]
def
afterInit
:
Option
[
ZIO
[
R
,
E
,
Any
]]
def
beforeInit
:
Option
[
InputValue
=>
ZIO
[
R
,
E
,
Any
]]
def
onAck
:
Option
[
ZIO
[
R
,
E
,
ResponseValue
]]
def
onMessage
:
Option
[
StreamTransformer
[
R
,
E
]]
def
onPing
:
Option
[
Option
[
InputValue
]
=>
ZIO
[
R
,
E
,
Option
[
ResponseValue
]]]
def
onPong
:
Option
[
InputValue
=>
ZIO
[
R
,
E
,
Any
]]
In this article
Attributes
Members list
Value members
Concrete methods