Package | Description |
---|---|
com.ibm.eventstreams.serdes |
Provides classes to serialize generic or specific
IndexedRecord objects into Kafka records
and deserialize generic or specific IndexedRecord
objects from Kafka records using schemas retrieved from an IBM Event Streams schema registry. |
Modifier and Type | Method and Description |
---|---|
SchemaInfo.State |
SchemaInfo.getState()
Returns whether this schema is active or deprecated.
|
SchemaInfo.State |
SchemaInfo.getVersionState()
Returns whether this version of the schema is active or deprecated.
|
static SchemaInfo.State |
SchemaInfo.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaInfo.State[] |
SchemaInfo.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.