Class GestaltsGestaltList

Hierarchy

Constructors

  • Parameters

    Returns GestaltsGestaltList

Properties

container: {
    db: DB;
    gestaltGraph: GestaltGraph;
}

Type declaration

handle: ((_input, _cancel, _meta, ctx) => AsyncGenerator<ClientRPCResponseResult<GestaltMessage>, any, unknown>) = ...

Type declaration

timeout?: number

This is the timeout used for the handler. If it is not set then the default timeout time for the RPCServer is used.

Generated using TypeDoc