| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Plugin.ConnectorExample |
static interface |
Plugin.SinkConnectorExample |
static interface |
Plugin.SourceConnectorExample |
static interface |
Plugin.TransformationExample |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSinkConnectorExample
Immutable implementation of
Plugin.SinkConnectorExample. |
class |
ImmutableSourceConnectorExample
Immutable implementation of
Plugin.SourceConnectorExample. |
class |
ImmutableTransformationExample
Immutable implementation of
Plugin.TransformationExample. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTransformationExample.Builder |
ImmutableTransformationExample.Builder.from(Plugin.Example instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Plugin.Example instance. |
ImmutableSourceConnectorExample.Builder |
ImmutableSourceConnectorExample.Builder.from(Plugin.Example instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Plugin.Example instance. |
ImmutableSinkConnectorExample.Builder |
ImmutableSinkConnectorExample.Builder.from(Plugin.Example instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Plugin.Example instance. |
Copyright © 2016–2019. All rights reserved.