ContextManager

server. ContextManager

Manage the different server-side contexts and their lifecycle. The ContextManager is automatically instantiated by the server.Server.

WARNING: Most of the time, you should not have to manipulate the context manager directly.

Methods

(async) get(contextName)

Description:
  • Retrieve a started context from its name.

    WARNING: Most of the time, you should not have to call this method manually.

Source:
Parameters:
Name Type Description
contextName server.Context#name

Name of the context.