@lacunahub/letsfrag
    Preparing search index...

    Interface ClusterContextEvents

    Events emitted by the ClusterContext.

    interface ClusterContextEvents {
        message: [message: IPCMessage];
        ready: [];
    }
    Index

    Properties

    Properties

    message: [message: IPCMessage]

    Emitted when a custom message is received from the parent ClusterManager.

    ready: []

    Emitted when the shard is ready and operational.