Monitoring Commands

Commands related to balance monitoring and transaction tracking.

Command Schemas

COMMAND CreateMonitoringCommandSuccessResult

Represents the successful result of a monitoring command.

Namespace: com.matera.dtw.command.transaction.monitoring

Fields

baseResult
BaseCommandSuccessResult
Base command result
target
AccountKey | AccountGroupKey
The account or account-group which the balance is being monitored
source
string
Which system had created the monitoring
correlationId
string
The correlation id of monitoring
intent
MonitoringDataResponse | null
The monitoring intent
COMMAND CreateMonitoringCommandFailureResult

Represents a rejected result of a monitoring command.

Namespace: com.matera.dtw.command.transaction.monitoring

Fields

baseResult
BaseCommandFailureResult
Base command failure result
ENUM MonitoringStatus

The monitoring status enumeration.

Namespace: com.matera.dtw.event.monitoring.common

Type

type
enum
Monitoring status enumeration
symbols
array
ACTIVE, INACTIVE, CANCELLED, REALIZED, EXCLUDED