Name | |
---|---|
String | toString(short cause) |
Name | |
---|---|
final short | DQ_SUBSCRIBER |
final short | DQ_PUBLISHER |
final short | DQ_NETWORK |
final short | DQ_UNKNOWN |
final short | DQ_DISCONNECT |
final short | DQ_CONNECT |
class com::wombat::mama::MamaDQCause;
Causes of data quality events. Provides an enumeration that represents the cause of a data quality event.
The cause is supplied only by some middlewares. The following middlewares are supported:
static inline String toString(
short cause
)
static final short DQ_SUBSCRIBER = 7;
static final short DQ_PUBLISHER = 8;
static final short DQ_NETWORK = 9;
static final short DQ_UNKNOWN = 10;
static final short DQ_DISCONNECT = 12;
static final short DQ_CONNECT = 13;
Updated on 2023-03-31 at 15:29:42 +0100