Class NoneAction
java.lang.Object
io.confluent.kafka.schemaregistry.rules.NoneAction
- All Implemented Interfaces:
RuleAction,RuleBase,AutoCloseable,org.apache.kafka.common.Configurable
-
Field Summary
FieldsFields inherited from interface io.confluent.kafka.schemaregistry.rules.RuleBase
DEFAULT_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(RuleContext ctx, Object message, RuleException ex) type()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.confluent.kafka.schemaregistry.rules.RuleBase
addOriginalConfigs, close, configure
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
NoneAction
public NoneAction()
-
-
Method Details
-
type
-
run
- Specified by:
runin interfaceRuleAction- Throws:
RuleException
-