public class CloudEventsConverterConfig
extends org.apache.kafka.connect.storage.ConverterConfig
CloudEventsConverter instances.| Modifier and Type | Field and Description |
|---|---|
static String |
CLOUDEVENTS_DATA_SERIALIZER_TYPE_CONFIG |
static String |
CLOUDEVENTS_DATA_SERIALIZER_TYPE_DEFAULT |
private static String |
CLOUDEVENTS_DATA_SERIALIZER_TYPE_DOC |
static String |
CLOUDEVENTS_SERIALIZER_TYPE_CONFIG |
static String |
CLOUDEVENTS_SERIALIZER_TYPE_DEFAULT |
private static String |
CLOUDEVENTS_SERIALIZER_TYPE_DOC |
private static org.apache.kafka.common.config.ConfigDef |
CONFIG |
| Constructor and Description |
|---|
CloudEventsConverterConfig(Map<String,?> props) |
| Modifier and Type | Method and Description |
|---|---|
SerializerType |
cloudeventsDataSerializerTypeConfig()
Return which serializer type is used to serialize the data field of CloudEvents values.
|
SerializerType |
cloudeventsSerializerType()
Return which serializer type is used to serialize CloudEvents values.
|
static org.apache.kafka.common.config.ConfigDef |
configDef() |
documentationOf, equals, get, getBoolean, getClass, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, postProcessParsedConfig, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverridepublic static final String CLOUDEVENTS_SERIALIZER_TYPE_CONFIG
public static final String CLOUDEVENTS_SERIALIZER_TYPE_DEFAULT
private static final String CLOUDEVENTS_SERIALIZER_TYPE_DOC
public static final String CLOUDEVENTS_DATA_SERIALIZER_TYPE_CONFIG
public static final String CLOUDEVENTS_DATA_SERIALIZER_TYPE_DEFAULT
private static final String CLOUDEVENTS_DATA_SERIALIZER_TYPE_DOC
private static final org.apache.kafka.common.config.ConfigDef CONFIG
public static org.apache.kafka.common.config.ConfigDef configDef()
public SerializerType cloudeventsSerializerType()
public SerializerType cloudeventsDataSerializerTypeConfig()
Copyright © 2020 JBoss by Red Hat. All rights reserved.