Uses of Enum Class
com.aim2be.platform.schema.SchemaRegistryClient.SchemaType
-
Uses of SchemaRegistryClient.SchemaType in com.aim2be.platform.schema
Methods in com.aim2be.platform.schema that return SchemaRegistryClient.SchemaTypeModifier and TypeMethodDescriptionSchemaRegistryClient.Schema.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static SchemaRegistryClient.SchemaType[]SchemaRegistryClient.SchemaType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aim2be.platform.schema with parameters of type SchemaRegistryClient.SchemaTypeModifier and TypeMethodDescriptionlongApicurioSchemaRegistryClient.register(String subject, byte[] schemaBytes, SchemaRegistryClient.SchemaType type) longConfluentWireCompatSchemaRegistryClient.register(String subject, byte[] schemaBytes, SchemaRegistryClient.SchemaType type) longDualSchemaRegistryClient.register(String subject, byte[] schemaBytes, SchemaRegistryClient.SchemaType type) longSchemaRegistryClient.register(String subject, byte[] schemaBytes, SchemaRegistryClient.SchemaType type) RegistersschemaBytesundersubject, returning the registry-assigned global ID.Constructors in com.aim2be.platform.schema with parameters of type SchemaRegistryClient.SchemaTypeModifierConstructorDescriptionSchema(long globalId, String subject, byte[] bytes, SchemaRegistryClient.SchemaType type, int version) Creates an instance of aSchemarecord class.