@camunda8/sdk
    Preparing search index...

    Interface ZBClientOptions

    interface ZBClientOptions {
        camundaCloud?: CamundaCloudConfig;
        connectionTolerance?: MaybeTimeDuration;
        customSSL?: CustomSSL;
        eagerConnection?: boolean;
        hostname?: string;
        loglevel?: Loglevel;
        logNamespace?: string;
        longPoll: MaybeTimeDuration;
        maxRetries?: number;
        maxRetryTimeout?: MaybeTimeDuration;
        oAuth?: OAuthProviderConfig;
        onConnectionError?: () => void;
        onReady?: () => void;
        pollInterval: MaybeTimeDuration;
        port?: string;
        retry?: boolean;
        stdout?: ZBCustomLogger;
        tenantId?: string;
        useTLS?: boolean;
    }
    Index

    Properties

    camundaCloud?: CamundaCloudConfig
    connectionTolerance?: MaybeTimeDuration
    customSSL?: CustomSSL
    eagerConnection?: boolean
    hostname?: string
    loglevel?: Loglevel
    logNamespace?: string
    longPoll: MaybeTimeDuration
    maxRetries?: number
    maxRetryTimeout?: MaybeTimeDuration
    onConnectionError?: () => void
    onReady?: () => void
    pollInterval: MaybeTimeDuration
    port?: string
    retry?: boolean
    tenantId?: string
    useTLS?: boolean