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?
optionalmaxTransactions:number
Type Parameters
T
T extends Transaction
The specific transaction type.
Last updated on