Interface ISchemaRegistry
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ISchemaRegistry.Jsii$Default
- All Known Implementing Classes:
ConfluentSchemaRegistry,GlueSchemaRegistry,ISchemaRegistry.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:42.686Z")
@Stability(Stable)
public interface ISchemaRegistry
extends software.amazon.jsii.JsiiSerializable
A schema registry for an event source.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISchemaRegistry.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(IEventSourceMapping target, IFunction targetHandler) Returns the schema registry config of the event source.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull KafkaSchemaRegistryConfig bind(@NotNull IEventSourceMapping target, @NotNull IFunction targetHandler) Returns the schema registry config of the event source.- Parameters:
target- This parameter is required.targetHandler- This parameter is required.
-