Modifier and Type | Method and Description |
---|---|
Message |
ConnectionInitEvent.message()
Provides
MessageType.CONNECTION_INIT message content. |
Modifier and Type | Method and Description |
---|---|
GraphQLWSHandlerBuilder |
GraphQLWSHandlerBuilder.beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>> beforeExecuteHandler)
Set a callback to invoke before executing a GraphQL query.
|
GraphQLWSHandler |
GraphQLWSHandler.beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>> config)
Deprecated.
as of 4.5.1, use
GraphQLWSHandler.builder(GraphQL) instead |
GraphQLWSHandler |
GraphQLWSHandler.messageHandler(Handler<Message> messageHandler)
Deprecated.
as of 4.5.1, use
GraphQLWSHandler.builder(GraphQL) instead |
GraphQLWSHandlerBuilder |
GraphQLWSHandlerBuilder.onMessage(Handler<Message> messageHandler)
Customize the message
Handler . |
Modifier and Type | Method and Description |
---|---|
Message |
Message.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Message |
Message.newInstance(Message arg) |
Constructor and Description |
---|
Message(Message delegate) |
Modifier and Type | Method and Description |
---|---|
Message |
Message.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Message |
Message.newInstance(Message arg) |
Constructor and Description |
---|
Message(Message delegate) |
Modifier and Type | Method and Description |
---|---|
Message |
Message.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Message |
Message.newInstance(Message arg) |
Constructor and Description |
---|
Message(Message delegate) |
Copyright © 2024 Eclipse. All rights reserved.