We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e6450 commit af66b35Copy full SHA for af66b35
src/main/java/com/hivemq/extensions/kafka/api/transformers/TransformerInitInput.java
@@ -13,11 +13,19 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
+
17
package com.hivemq.extensions.kafka.api.transformers;
18
19
+import com.hivemq.extension.sdk.api.annotations.DoNotImplement;
20
21
/**
22
+ * A marker interface for the input object of the {@link Transformer#init(TransformerInitInput)} method.
23
+ *
24
* @author Christoph Schäbel
25
+ * @author Georg Held
26
+ * @since 4.4.0
27
28
+@DoNotImplement
29
public interface TransformerInitInput {
30
31
}
0 commit comments