| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.storage |
| Modifier and Type | Method and Description |
|---|---|
static RuleMode |
RuleMode.fromEntity(RuleMode m) |
RuleMode |
Rule.getMode() |
static RuleMode |
RuleMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleMode[] |
RuleMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Rule(String name,
String doc,
RuleKind kind,
RuleMode mode,
String type,
SortedSet<String> tags,
SortedMap<String,String> params,
String expr,
String onSuccess,
String onFailure,
boolean disabled) |
Copyright © 2026 Confluent, Inc.. All rights reserved.