| Package | Description |
|---|---|
| io.debezium.data |
| Modifier and Type | Method and Description |
|---|---|
static Envelope.Operation |
Envelope.Operation.forCode(String code) |
static Envelope.Operation |
Envelope.operationFor(org.apache.kafka.connect.source.SourceRecord record)
Obtain the operation for the given source record.
|
static Envelope.Operation |
Envelope.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Envelope.Operation[] |
Envelope.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.