| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.client.rest.entities |
| Modifier and Type | Method and Description |
|---|---|
RuleKind |
Rule.getKind() |
static RuleKind |
RuleKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleKind[] |
RuleKind.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,
Set<String> tags,
Map<String,String> params,
String expr,
String onSuccess,
String onFailure,
boolean disabled) |
Copyright © 2025 Confluent, Inc.. All rights reserved.