| Modifier and Type | Method and Description |
|---|---|
GraphQLWSHandler |
GraphQLWSHandler.connectionInitHandler(Handler<ConnectionInitEvent> connectionInitHandler)
Deprecated.
as of 4.5.1, use
GraphQLWSHandler.builder(GraphQL) instead |
GraphQLWSHandlerBuilder |
GraphQLWSHandlerBuilder.onConnectionInit(Handler<ConnectionInitEvent> connectionInitHandler)
Customize the connection init
Handler. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInitEvent |
ConnectionInitEvent.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionInitEvent |
ConnectionInitEvent.newInstance(ConnectionInitEvent arg) |
| Constructor and Description |
|---|
ConnectionInitEvent(ConnectionInitEvent delegate) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInitEvent |
ConnectionInitEvent.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionInitEvent |
ConnectionInitEvent.newInstance(ConnectionInitEvent arg) |
| Constructor and Description |
|---|
ConnectionInitEvent(ConnectionInitEvent delegate) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInitEvent |
ConnectionInitEvent.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionInitEvent |
ConnectionInitEvent.newInstance(ConnectionInitEvent arg) |
| Constructor and Description |
|---|
ConnectionInitEvent(ConnectionInitEvent delegate) |
Copyright © 2024 Eclipse. All rights reserved.