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