prorm API Reference
    Preparing search index...

    Interface InfinispanStoreOptions

    Connection options for InfinispanStore.

    interface InfinispanStoreOptions {
        baseURL?: string;
        client?: InfinispanHttpClient;
        headers?: Record<string, string>;
    }
    Index
    baseURL?: string

    Base URL of the Infinispan server. Defaults to http://localhost:11222.

    client?: InfinispanHttpClient

    Pre-built HTTP client; when given it is used verbatim and baseURL is ignored.

    headers?: Record<string, string>

    Extra HTTP headers sent with every internal-client request.