For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/classes/TransactionHandler.md.

Class: TransactionHandler experimental

Beta

Properties

id

readonly id: string

Beta

Methods

addUserDefinedOperationHandler()

addUserDefinedOperationHandler(payloadClosure): UserDefinedTransactionOperationHandler

World Mutation Beta

Parameters

payloadClosure

(arg0) => void

Returns

UserDefinedTransactionOperationHandler

Remarks

Throws

This function can throw errors.


addVolumeListOperationHandler()

addVolumeListOperationHandler(closure): VolumeListTransactionOperationHandler

World Mutation Beta

Parameters

closure

(arg0) => void

Returns

VolumeListTransactionOperationHandler

Remarks

Throws

This function can throw errors.


isValid()

isValid(): boolean

Beta

Returns

boolean


unregister()

unregister(): void

World Mutation Beta

Returns

void

Remarks

Throws

This function can throw errors.