Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class SubscriptionWebSocketHandler( executableSchema: ExecutableSchema, scope: CoroutineScope, executionContext: ExecutionContext, sendMessage: suspend (WebSocketMessage) -> Unit, connectionInitHandler: ConnectionInitHandler = { ConnectionInitAck }) : WebSocketHandler
A WebSocketHandler that implements https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md
Link copied to clipboard
Link copied to clipboard
interface WebSocketHandler
Link copied to clipboard
Link copied to clipboard