@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias createAdminUserConsistency

    Management of eventual consistency *

    type createAdminUserConsistency = {
        consistency: ConsistencyOptions<_DataOf<typeof Sdk.createAdminUser>>;
    }
    Index

    Properties

    Properties

    consistency: ConsistencyOptions<_DataOf<typeof Sdk.createAdminUser>>

    Management of eventual consistency tolerance. Set waitUpToMs to 0 to ignore eventual consistency. pollInterval is 500ms by default.