@grandlinex/core
    Preparing search index...

    Class CoreService<K, T, P, C, E>Abstract

    Abstract service class that represents a unit of functionality within the Core framework. Concrete implementations must provide the start and stop lifecycle methods.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    channel: string
    forceStop: boolean = false
    logger: CoreLogger | null
    skipAutoStart: boolean
    state: ServiceStates = 'INIT'

    Methods