Skip to Content
API referencePulsar CoreSrcType AliasesPulsarAdapter<T>

@tuwaio/pulsar-core-monorepo


PulsarAdapter<T>

PulsarAdapter<T> = OrbitGenericAdapter<TxAdapter<T>> & object

Defined in: packages/pulsar-core/src/types.ts:250 

The configuration object containing one or more transaction adapters.

Type Declaration

maxTransactions?

optional maxTransactions: number

Type Parameters

T

T extends Transaction

The specific transaction type.

Last updated on