Skip to Content
API referencePulsar CoreSrcType AliasesAdapter<T>

@tuwaio/pulsar-core-monorepo


Adapter<T>

Adapter<T> = object

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

The configuration object containing one or more transaction adapters.

Type Parameters

T

T extends Transaction

The specific transaction type.

Properties

adapter

adapter: TxAdapter<T> | TxAdapter<T>[]

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

A single TxAdapter instance or an array of them.

Last updated on