Hierarchy

  • L1XBalancerService

Constructors

Properties

#client: JSONRPCLib

The JSON-RPC client used for communication with the L1X core.

Represents an instance of the L1XCoreStubService, which provides access to core L1X functionality.

#options: ProviderAttrib

Represents the options for cluster provider information associated with the L1XProvider.

Memberof

L1XProvider

Instance

See

ProviderAttrib

Methods

  • Handles fallback values for data.

    Parameters

    • data: any

      The data to be checked for fallback.

    • Optional fallbackValue: any

      The fallback value to be used if data is falsy.

    Returns any

    The original data if not falsy, otherwise the fallback value.

Generated using TypeDoc