Module is an abstract class that defines the structure for modules that can be installed in the Honeycomb client.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

_honeycomb: Honeycomb

Methods

  • Get the Honeycomb client instance associated with the module.

    Returns Honeycomb

    The Honeycomb client instance.

  • Abstract method to install the module in the Honeycomb client. Every derived module class must implement this method.

    Parameters

    • honeycomb: Honeycomb

      The Honeycomb client instance to install the module.

    Returns Honeycomb

    The updated Honeycomb client instance with the installed module.

Generated using TypeDoc