Listener: Listener
Represents a Graphql listener endpoint.
Constructor
Invoked during the initialization of a graphql:Listener
. Either an http:Listner
or a port number must be
provided to initialize the listener.
init (int | Listener listenTo, ListenerConfiguration? configuration)
- configuration ListenerConfiguration? ()
Configurations for the GraphQL service listener
LifeCycle Methods
attach | Attaches the provided service to the Listener. |
Methods
detach | Detaches the provided service from the Listener. |
'start | Starts the attached service. |
gracefulStop | Gracefully stops the graphql listener. |
immediateStop | Stops the service listener immediately. |