Skip navigation links
A B C D E F G H I N O P R S T U W 

A

AbstractAvroMessageConverter - Class in org.springframework.cloud.stream.schema.avro
Base class for Apache Avro MessageConverter implementations.
AbstractAvroMessageConverter(MimeType) - Constructor for class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
AbstractAvroMessageConverter(Collection<MimeType>) - Constructor for class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
addressTo - Variable in class example.avro.Email
Deprecated.
afterPropertiesSet() - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
arn - Variable in class example.avro.PushNotification
Deprecated.
AVRO_FORMAT - Static variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
Avro format defined in the Mime type.
AvroMessageConverterAutoConfiguration - Class in org.springframework.cloud.stream.schema.avro
 
AvroMessageConverterAutoConfiguration() - Constructor for class org.springframework.cloud.stream.schema.avro.AvroMessageConverterAutoConfiguration
 
AvroMessageConverterProperties - Class in org.springframework.cloud.stream.schema.avro
 
AvroMessageConverterProperties() - Constructor for class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
avroSchemaMessageConverter(SchemaRegistryClient) - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterAutoConfiguration
 
AvroSchemaMessageConverter - Class in org.springframework.cloud.stream.schema.avro
A MessageConverter using Apache Avro.
AvroSchemaMessageConverter() - Constructor for class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
AvroSchemaMessageConverter(MimeType) - Constructor for class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
AvroSchemaMessageConverter(Collection<MimeType>) - Constructor for class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
AvroSchemaRegistryClientMessageConverter - Class in org.springframework.cloud.stream.schema.avro
A MessageConverter for Apache Avro, with the ability to publish and retrieve schemas stored in a schema server, allowing for schema evolution in applications.
AvroSchemaRegistryClientMessageConverter(SchemaRegistryClient, CacheManager) - Constructor for class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
Creates a new instance, configuring it with SchemaRegistryClient and CacheManager.

B

build() - Method in class example.avro.Command.Builder
 
build() - Method in class example.avro.Email.Builder
 
build() - Method in class example.avro.PushNotification.Builder
 
build() - Method in class example.avro.Sms.Builder
 
build() - Method in class example.avro.User.Builder
 
build() - Method in class org.springframework.cloud.stream.samples.Status.Builder
 

C

CACHE_PREFIX - Static variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
Spring Cloud Stream schema property prefix.
cacheManager() - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterAutoConfiguration
 
CachingRegistryClient - Class in org.springframework.cloud.stream.schema.client
 
CachingRegistryClient(SchemaRegistryClient) - Constructor for class org.springframework.cloud.stream.schema.client.CachingRegistryClient
 
canConvertFrom(Message<?>, Class<?>) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
clearAddressTo() - Method in class example.avro.Email.Builder
Clears the value of the 'addressTo' field.
clearArn() - Method in class example.avro.PushNotification.Builder
Clears the value of the 'arn' field.
clearCorrelationId() - Method in class example.avro.Command.Builder
Clears the value of the 'correlationId' field.
clearFavoriteColor() - Method in class example.avro.User.Builder
Clears the value of the 'favoriteColor' field.
clearFavoriteNumber() - Method in class example.avro.User.Builder
Clears the value of the 'favoriteNumber' field.
clearId() - Method in class org.springframework.cloud.stream.samples.Status.Builder
Clears the value of the 'id' field.
clearName() - Method in class example.avro.User.Builder
Clears the value of the 'name' field.
clearPayload() - Method in class example.avro.Command.Builder
Clears the value of the 'payload' field.
clearPhoneNumber() - Method in class example.avro.Sms.Builder
Clears the value of the 'phoneNumber' field.
clearText() - Method in class example.avro.Email.Builder
Clears the value of the 'text' field.
clearText() - Method in class example.avro.PushNotification.Builder
Clears the value of the 'text' field.
clearText() - Method in class example.avro.Sms.Builder
Clears the value of the 'text' field.
clearText() - Method in class org.springframework.cloud.stream.samples.Status.Builder
Clears the value of the 'text' field.
clearTimestamp() - Method in class org.springframework.cloud.stream.samples.Status.Builder
Clears the value of the 'timestamp' field.
clearTitle() - Method in class example.avro.Email.Builder
Clears the value of the 'title' field.
clearType() - Method in class example.avro.Command.Builder
Clears the value of the 'type' field.
Command - Class in example.avro
 
Command() - Constructor for class example.avro.Command
Default constructor.
Command(CharSequence, CharSequence, Object) - Constructor for class example.avro.Command
All-args constructor.
Command.Builder - Class in example.avro
RecordBuilder for Command instances.
ConfluentSchemaRegistryClient - Class in org.springframework.cloud.stream.schema.client
 
ConfluentSchemaRegistryClient() - Constructor for class org.springframework.cloud.stream.schema.client.ConfluentSchemaRegistryClient
 
ConfluentSchemaRegistryClient(RestTemplate) - Constructor for class org.springframework.cloud.stream.schema.client.ConfluentSchemaRegistryClient
 
ConfluentSchemaRegistryClient(RestTemplate, ObjectMapper) - Constructor for class org.springframework.cloud.stream.schema.client.ConfluentSchemaRegistryClient
 
convertFromInternal(Message<?>, Class<?>, Object) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
convertToInternal(Object, MessageHeaders, Object) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
correlationId - Variable in class example.avro.Command
Deprecated.

D

DEFAULT_AVRO_MIME_TYPE - Static variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
Default Mime type for Avro.
DefaultSchemaRegistryClient - Class in org.springframework.cloud.stream.schema.client
 
DefaultSchemaRegistryClient() - Constructor for class org.springframework.cloud.stream.schema.client.DefaultSchemaRegistryClient
 
DefaultSchemaRegistryClient(RestTemplate) - Constructor for class org.springframework.cloud.stream.schema.client.DefaultSchemaRegistryClient
 
DefaultSubjectNamingStrategy - Class in org.springframework.cloud.stream.schema.avro
 
DefaultSubjectNamingStrategy() - Constructor for class org.springframework.cloud.stream.schema.avro.DefaultSubjectNamingStrategy
 

E

Email - Class in example.avro
 
Email() - Constructor for class example.avro.Email
Default constructor.
Email(CharSequence, CharSequence, CharSequence) - Constructor for class example.avro.Email
All-args constructor.
Email.Builder - Class in example.avro
RecordBuilder for Email instances.
EnableSchemaRegistryClient - Annotation Type in org.springframework.cloud.stream.schema.client
 
equals(Object) - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
example.avro - package example.avro
 

F

favoriteColor - Variable in class example.avro.User
Deprecated.
favoriteNumber - Variable in class example.avro.User
Deprecated.
fetch(SchemaReference) - Method in class org.springframework.cloud.stream.schema.client.CachingRegistryClient
 
fetch(int) - Method in class org.springframework.cloud.stream.schema.client.CachingRegistryClient
 
fetch(SchemaReference) - Method in class org.springframework.cloud.stream.schema.client.ConfluentSchemaRegistryClient
 
fetch(int) - Method in class org.springframework.cloud.stream.schema.client.ConfluentSchemaRegistryClient
 
fetch(SchemaReference) - Method in class org.springframework.cloud.stream.schema.client.DefaultSchemaRegistryClient
 
fetch(int) - Method in class org.springframework.cloud.stream.schema.client.DefaultSchemaRegistryClient
 
fetch(SchemaReference) - Method in interface org.springframework.cloud.stream.schema.client.SchemaRegistryClient
Retrieves a schema by its reference (subject and version).
fetch(int) - Method in interface org.springframework.cloud.stream.schema.client.SchemaRegistryClient
Retrieves a schema by its identifier.

G

get(int) - Method in class example.avro.Command
 
get(int) - Method in class example.avro.Email
 
get(int) - Method in class example.avro.PushNotification
 
get(int) - Method in class example.avro.Sms
 
get(int) - Method in class example.avro.User
 
get(int) - Method in class org.springframework.cloud.stream.samples.Status
 
getAddressTo() - Method in class example.avro.Email.Builder
Gets the value of the 'addressTo' field.
getAddressTo() - Method in class example.avro.Email
Gets the value of the 'addressTo' field.
getArn() - Method in class example.avro.PushNotification.Builder
Gets the value of the 'arn' field.
getArn() - Method in class example.avro.PushNotification
Gets the value of the 'arn' field.
getClassSchema() - Static method in class example.avro.Command
 
getClassSchema() - Static method in class example.avro.Email
 
getClassSchema() - Static method in class example.avro.PushNotification
 
getClassSchema() - Static method in class example.avro.Sms
 
getClassSchema() - Static method in class example.avro.User
 
getClassSchema() - Static method in class org.springframework.cloud.stream.samples.Status
 
getCorrelationId() - Method in class example.avro.Command.Builder
Gets the value of the 'correlationId' field.
getCorrelationId() - Method in class example.avro.Command
Gets the value of the 'correlationId' field.
getDatumReader(Class<Object>, Schema, Schema) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
getEndpoint() - Method in class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientProperties
 
getEndpoint() - Method in class org.springframework.cloud.stream.schema.client.DefaultSchemaRegistryClient
 
getFavoriteColor() - Method in class example.avro.User.Builder
Gets the value of the 'favoriteColor' field.
getFavoriteColor() - Method in class example.avro.User
Gets the value of the 'favoriteColor' field.
getFavoriteNumber() - Method in class example.avro.User.Builder
Gets the value of the 'favoriteNumber' field.
getFavoriteNumber() - Method in class example.avro.User
Gets the value of the 'favoriteNumber' field.
getFormat() - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
getId() - Method in class org.springframework.cloud.stream.samples.Status.Builder
Gets the value of the 'id' field.
getId() - Method in class org.springframework.cloud.stream.samples.Status
Gets the value of the 'id' field.
getId() - Method in class org.springframework.cloud.stream.schema.SchemaRegistrationResponse
 
getName() - Method in class example.avro.User.Builder
Gets the value of the 'name' field.
getName() - Method in class example.avro.User
Gets the value of the 'name' field.
getPayload() - Method in class example.avro.Command.Builder
Gets the value of the 'payload' field.
getPayload() - Method in class example.avro.Command
Gets the value of the 'payload' field.
getPhoneNumber() - Method in class example.avro.Sms.Builder
Gets the value of the 'phoneNumber' field.
getPhoneNumber() - Method in class example.avro.Sms
Gets the value of the 'phoneNumber' field.
getPrefix() - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
getReaderSchema() - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
getRegistration() - Method in class org.springframework.cloud.stream.schema.ParsedSchema
 
getRepresentation() - Method in class org.springframework.cloud.stream.schema.ParsedSchema
 
getRestTemplate() - Method in class org.springframework.cloud.stream.schema.client.DefaultSchemaRegistryClient
 
getSchema() - Method in class example.avro.Command
 
getSchema() - Method in class example.avro.Email
 
getSchema() - Method in class example.avro.PushNotification
 
getSchema() - Method in class example.avro.Sms
 
getSchema() - Method in class example.avro.User
 
getSchema() - Method in class org.springframework.cloud.stream.samples.Status
 
getSchema() - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
 
getSchema() - Method in class org.springframework.cloud.stream.schema.ParsedSchema
 
getSchemaImports() - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
getSchemaLocations() - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
getSchemaReference() - Method in class org.springframework.cloud.stream.schema.SchemaRegistrationResponse
 
getSubject() - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
getSubjectNamingStrategy() - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
getText() - Method in class example.avro.Email.Builder
Gets the value of the 'text' field.
getText() - Method in class example.avro.Email
Gets the value of the 'text' field.
getText() - Method in class example.avro.PushNotification.Builder
Gets the value of the 'text' field.
getText() - Method in class example.avro.PushNotification
Gets the value of the 'text' field.
getText() - Method in class example.avro.Sms.Builder
Gets the value of the 'text' field.
getText() - Method in class example.avro.Sms
Gets the value of the 'text' field.
getText() - Method in class org.springframework.cloud.stream.samples.Status.Builder
Gets the value of the 'text' field.
getText() - Method in class org.springframework.cloud.stream.samples.Status
Gets the value of the 'text' field.
getTimestamp() - Method in class org.springframework.cloud.stream.samples.Status.Builder
Gets the value of the 'timestamp' field.
getTimestamp() - Method in class org.springframework.cloud.stream.samples.Status
Gets the value of the 'timestamp' field.
getTitle() - Method in class example.avro.Email.Builder
Gets the value of the 'title' field.
getTitle() - Method in class example.avro.Email
Gets the value of the 'title' field.
getType() - Method in class example.avro.Command.Builder
Gets the value of the 'type' field.
getType() - Method in class example.avro.Command
Gets the value of the 'type' field.
getVersion() - Method in class org.springframework.cloud.stream.schema.SchemaReference
 

H

hasAddressTo() - Method in class example.avro.Email.Builder
Checks whether the 'addressTo' field has been set.
hasArn() - Method in class example.avro.PushNotification.Builder
Checks whether the 'arn' field has been set.
hasCorrelationId() - Method in class example.avro.Command.Builder
Checks whether the 'correlationId' field has been set.
hasFavoriteColor() - Method in class example.avro.User.Builder
Checks whether the 'favoriteColor' field has been set.
hasFavoriteNumber() - Method in class example.avro.User.Builder
Checks whether the 'favoriteNumber' field has been set.
hashCode() - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
hasId() - Method in class org.springframework.cloud.stream.samples.Status.Builder
Checks whether the 'id' field has been set.
hasName() - Method in class example.avro.User.Builder
Checks whether the 'name' field has been set.
hasPayload() - Method in class example.avro.Command.Builder
Checks whether the 'payload' field has been set.
hasPhoneNumber() - Method in class example.avro.Sms.Builder
Checks whether the 'phoneNumber' field has been set.
hasText() - Method in class example.avro.Email.Builder
Checks whether the 'text' field has been set.
hasText() - Method in class example.avro.PushNotification.Builder
Checks whether the 'text' field has been set.
hasText() - Method in class example.avro.Sms.Builder
Checks whether the 'text' field has been set.
hasText() - Method in class org.springframework.cloud.stream.samples.Status.Builder
Checks whether the 'text' field has been set.
hasTimestamp() - Method in class org.springframework.cloud.stream.samples.Status.Builder
Checks whether the 'timestamp' field has been set.
hasTitle() - Method in class example.avro.Email.Builder
Checks whether the 'title' field has been set.
hasType() - Method in class example.avro.Command.Builder
Checks whether the 'type' field has been set.

I

id - Variable in class org.springframework.cloud.stream.samples.Status
Deprecated.
isCached() - Method in class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientProperties
 
isDynamicSchemaGenerationEnabled() - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
isDynamicSchemaGenerationEnabled() - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 

N

name - Variable in class example.avro.User
Deprecated.
newBuilder() - Static method in class example.avro.Command
Creates a new Command RecordBuilder.
newBuilder(Command.Builder) - Static method in class example.avro.Command
Creates a new Command RecordBuilder by copying an existing Builder.
newBuilder(Command) - Static method in class example.avro.Command
Creates a new Command RecordBuilder by copying an existing Command instance.
newBuilder() - Static method in class example.avro.Email
Creates a new Email RecordBuilder.
newBuilder(Email.Builder) - Static method in class example.avro.Email
Creates a new Email RecordBuilder by copying an existing Builder.
newBuilder(Email) - Static method in class example.avro.Email
Creates a new Email RecordBuilder by copying an existing Email instance.
newBuilder() - Static method in class example.avro.PushNotification
Creates a new PushNotification RecordBuilder.
newBuilder(PushNotification.Builder) - Static method in class example.avro.PushNotification
Creates a new PushNotification RecordBuilder by copying an existing Builder.
newBuilder(PushNotification) - Static method in class example.avro.PushNotification
Creates a new PushNotification RecordBuilder by copying an existing PushNotification instance.
newBuilder() - Static method in class example.avro.Sms
Creates a new Sms RecordBuilder.
newBuilder(Sms.Builder) - Static method in class example.avro.Sms
Creates a new Sms RecordBuilder by copying an existing Builder.
newBuilder(Sms) - Static method in class example.avro.Sms
Creates a new Sms RecordBuilder by copying an existing Sms instance.
newBuilder() - Static method in class example.avro.User
Creates a new User RecordBuilder.
newBuilder(User.Builder) - Static method in class example.avro.User
Creates a new User RecordBuilder by copying an existing Builder.
newBuilder(User) - Static method in class example.avro.User
Creates a new User RecordBuilder by copying an existing User instance.
newBuilder() - Static method in class org.springframework.cloud.stream.samples.Status
Creates a new Status RecordBuilder.
newBuilder(Status.Builder) - Static method in class org.springframework.cloud.stream.samples.Status
Creates a new Status RecordBuilder by copying an existing Builder.
newBuilder(Status) - Static method in class org.springframework.cloud.stream.samples.Status
Creates a new Status RecordBuilder by copying an existing Status instance.

O

org.springframework.cloud.stream.samples - package org.springframework.cloud.stream.samples
 
org.springframework.cloud.stream.schema - package org.springframework.cloud.stream.schema
 
org.springframework.cloud.stream.schema.avro - package org.springframework.cloud.stream.schema.avro
 
org.springframework.cloud.stream.schema.client - package org.springframework.cloud.stream.schema.client
 
org.springframework.cloud.stream.schema.client.config - package org.springframework.cloud.stream.schema.client.config
 

P

ParsedSchema - Class in org.springframework.cloud.stream.schema
Stores a Schema together with its String representation.
ParsedSchema(Schema) - Constructor for class org.springframework.cloud.stream.schema.ParsedSchema
 
parseSchema(Resource) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
payload - Variable in class example.avro.Command
Deprecated.
phoneNumber - Variable in class example.avro.Sms
Deprecated.
PREFIX_VALIDATION_PATTERN - Static variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
Pattern for validating the prefix to be used in the publised subtype.
PushNotification - Class in example.avro
 
PushNotification() - Constructor for class example.avro.PushNotification
Default constructor.
PushNotification(CharSequence, CharSequence) - Constructor for class example.avro.PushNotification
All-args constructor.
PushNotification.Builder - Class in example.avro
RecordBuilder for PushNotification instances.
put(int, Object) - Method in class example.avro.Command
 
put(int, Object) - Method in class example.avro.Email
 
put(int, Object) - Method in class example.avro.PushNotification
 
put(int, Object) - Method in class example.avro.Sms
 
put(int, Object) - Method in class example.avro.User
 
put(int, Object) - Method in class org.springframework.cloud.stream.samples.Status
 

R

readExternal(ObjectInput) - Method in class example.avro.Command
 
readExternal(ObjectInput) - Method in class example.avro.Email
 
readExternal(ObjectInput) - Method in class example.avro.PushNotification
 
readExternal(ObjectInput) - Method in class example.avro.Sms
 
readExternal(ObjectInput) - Method in class example.avro.User
 
readExternal(ObjectInput) - Method in class org.springframework.cloud.stream.samples.Status
 
REFERENCE_CACHE_NAME - Static variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
Property for reference cache.
REFLECTION_CACHE_NAME - Static variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
Property for reflection cache.
register(String, String, String) - Method in class org.springframework.cloud.stream.schema.client.CachingRegistryClient
 
register(String, String, String) - Method in class org.springframework.cloud.stream.schema.client.ConfluentSchemaRegistryClient
 
register(String, String, String) - Method in class org.springframework.cloud.stream.schema.client.DefaultSchemaRegistryClient
 
register(String, String, String) - Method in interface org.springframework.cloud.stream.schema.client.SchemaRegistryClient
Registers a schema with the remote repository returning the unique identifier associated with this schema.
resolveReaderSchemaForDeserialization(Class<?>) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
resolveReaderSchemaForDeserialization(Class<?>) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
 
resolveReaderSchemaForDeserialization(Class<?>) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
resolveSchemaForWriting(Object, MessageHeaders, MimeType) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
resolveSchemaForWriting(Object, MessageHeaders, MimeType) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
 
resolveSchemaForWriting(Object, MessageHeaders, MimeType) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
resolveWriterSchemaForDeserialization(MimeType) - Method in class org.springframework.cloud.stream.schema.avro.AbstractAvroMessageConverter
 
resolveWriterSchemaForDeserialization(MimeType) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
 
resolveWriterSchemaForDeserialization(MimeType) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 

S

SCHEMA$ - Static variable in class example.avro.Command
 
SCHEMA$ - Static variable in class example.avro.Email
 
SCHEMA$ - Static variable in class example.avro.PushNotification
 
SCHEMA$ - Static variable in class example.avro.Sms
 
SCHEMA$ - Static variable in class example.avro.User
 
SCHEMA$ - Static variable in class org.springframework.cloud.stream.samples.Status
 
SCHEMA_CACHE_NAME - Static variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
Property for schema cache.
schemaImports - Variable in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
SchemaNotFoundException - Exception in org.springframework.cloud.stream.schema
 
SchemaNotFoundException(String) - Constructor for exception org.springframework.cloud.stream.schema.SchemaNotFoundException
 
SchemaReference - Class in org.springframework.cloud.stream.schema
References a schema through its subject and version.
SchemaReference(String, int, String) - Constructor for class org.springframework.cloud.stream.schema.SchemaReference
 
SchemaRegistrationResponse - Class in org.springframework.cloud.stream.schema
 
SchemaRegistrationResponse() - Constructor for class org.springframework.cloud.stream.schema.SchemaRegistrationResponse
 
schemaRegistryClient() - Method in class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientConfiguration
 
SchemaRegistryClient - Interface in org.springframework.cloud.stream.schema.client
 
SchemaRegistryClientConfiguration - Class in org.springframework.cloud.stream.schema.client.config
 
SchemaRegistryClientConfiguration() - Constructor for class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientConfiguration
 
SchemaRegistryClientProperties - Class in org.springframework.cloud.stream.schema.client.config
 
SchemaRegistryClientProperties() - Constructor for class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientProperties
 
setAddressTo(CharSequence) - Method in class example.avro.Email.Builder
Sets the value of the 'addressTo' field.
setAddressTo(CharSequence) - Method in class example.avro.Email
Sets the value of the 'addressTo' field.
setArn(CharSequence) - Method in class example.avro.PushNotification.Builder
Sets the value of the 'arn' field.
setArn(CharSequence) - Method in class example.avro.PushNotification
Sets the value of the 'arn' field.
setCached(boolean) - Method in class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientProperties
 
setCorrelationId(CharSequence) - Method in class example.avro.Command.Builder
Sets the value of the 'correlationId' field.
setCorrelationId(CharSequence) - Method in class example.avro.Command
Sets the value of the 'correlationId' field.
setDynamicSchemaGenerationEnabled(boolean) - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
setDynamicSchemaGenerationEnabled(boolean) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
Allows the converter to generate and register schemas automatically.
setEndpoint(String) - Method in class org.springframework.cloud.stream.schema.client.config.SchemaRegistryClientProperties
 
setEndpoint(String) - Method in class org.springframework.cloud.stream.schema.client.ConfluentSchemaRegistryClient
 
setEndpoint(String) - Method in class org.springframework.cloud.stream.schema.client.DefaultSchemaRegistryClient
 
setFavoriteColor(CharSequence) - Method in class example.avro.User.Builder
Sets the value of the 'favoriteColor' field.
setFavoriteColor(CharSequence) - Method in class example.avro.User
Sets the value of the 'favoriteColor' field.
setFavoriteNumber(Integer) - Method in class example.avro.User.Builder
Sets the value of the 'favoriteNumber' field.
setFavoriteNumber(Integer) - Method in class example.avro.User
Sets the value of the 'favoriteNumber' field.
setFormat(String) - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
setId(CharSequence) - Method in class org.springframework.cloud.stream.samples.Status.Builder
Sets the value of the 'id' field.
setId(CharSequence) - Method in class org.springframework.cloud.stream.samples.Status
Sets the value of the 'id' field.
setId(int) - Method in class org.springframework.cloud.stream.schema.SchemaRegistrationResponse
 
setName(CharSequence) - Method in class example.avro.User.Builder
Sets the value of the 'name' field.
setName(CharSequence) - Method in class example.avro.User
Sets the value of the 'name' field.
setPayload(Object) - Method in class example.avro.Command.Builder
Sets the value of the 'payload' field.
setPayload(Object) - Method in class example.avro.Command
Sets the value of the 'payload' field.
setPhoneNumber(CharSequence) - Method in class example.avro.Sms.Builder
Sets the value of the 'phoneNumber' field.
setPhoneNumber(CharSequence) - Method in class example.avro.Sms
Sets the value of the 'phoneNumber' field.
setPrefix(String) - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
setPrefix(String) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
Set the prefix to be used in the published subtype.
setReaderSchema(Resource) - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
setReaderSchema(Resource) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
setRegistration(SchemaRegistrationResponse) - Method in class org.springframework.cloud.stream.schema.ParsedSchema
 
setSchema(Schema) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
Sets the Apache Avro schema to be used by this converter.
setSchemaImports(Resource[]) - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
setSchemaImports(Resource[]) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
A set of schema locations where should be imported first.
setSchemaLocation(Resource) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
The location of the Apache Avro schema to be used by this converter.
setSchemaLocations(Resource[]) - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
setSchemaLocations(Resource[]) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
A set of locations where the converter can load schemas from.
setSchemaReference(SchemaReference) - Method in class org.springframework.cloud.stream.schema.SchemaRegistrationResponse
 
setSubject(String) - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
setSubjectNamingStrategy(Class<? extends SubjectNamingStrategy>) - Method in class org.springframework.cloud.stream.schema.avro.AvroMessageConverterProperties
 
setSubjectNamingStrategy(SubjectNamingStrategy) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
setText(CharSequence) - Method in class example.avro.Email.Builder
Sets the value of the 'text' field.
setText(CharSequence) - Method in class example.avro.Email
Sets the value of the 'text' field.
setText(CharSequence) - Method in class example.avro.PushNotification.Builder
Sets the value of the 'text' field.
setText(CharSequence) - Method in class example.avro.PushNotification
Sets the value of the 'text' field.
setText(CharSequence) - Method in class example.avro.Sms.Builder
Sets the value of the 'text' field.
setText(CharSequence) - Method in class example.avro.Sms
Sets the value of the 'text' field.
setText(CharSequence) - Method in class org.springframework.cloud.stream.samples.Status.Builder
Sets the value of the 'text' field.
setText(CharSequence) - Method in class org.springframework.cloud.stream.samples.Status
Sets the value of the 'text' field.
setTimestamp(long) - Method in class org.springframework.cloud.stream.samples.Status.Builder
Sets the value of the 'timestamp' field.
setTimestamp(Long) - Method in class org.springframework.cloud.stream.samples.Status
Sets the value of the 'timestamp' field.
setTitle(CharSequence) - Method in class example.avro.Email.Builder
Sets the value of the 'title' field.
setTitle(CharSequence) - Method in class example.avro.Email
Sets the value of the 'title' field.
setType(CharSequence) - Method in class example.avro.Command.Builder
Sets the value of the 'type' field.
setType(CharSequence) - Method in class example.avro.Command
Sets the value of the 'type' field.
setVersion(int) - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
Sms - Class in example.avro
 
Sms() - Constructor for class example.avro.Sms
Default constructor.
Sms(CharSequence, CharSequence) - Constructor for class example.avro.Sms
All-args constructor.
Sms.Builder - Class in example.avro
RecordBuilder for Sms instances.
Status - Class in org.springframework.cloud.stream.samples
 
Status() - Constructor for class org.springframework.cloud.stream.samples.Status
Default constructor.
Status(CharSequence, CharSequence, Long) - Constructor for class org.springframework.cloud.stream.samples.Status
All-args constructor.
Status.Builder - Class in org.springframework.cloud.stream.samples
RecordBuilder for Status instances.
SubjectNamingStrategy - Interface in org.springframework.cloud.stream.schema.avro
Provides function towards naming schema registry subjects for Avro files.
supports(Class<?>) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaMessageConverter
 
supports(Class<?>) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
supportsMimeType(MessageHeaders) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 

T

text - Variable in class example.avro.Email
Deprecated.
text - Variable in class example.avro.PushNotification
Deprecated.
text - Variable in class example.avro.Sms
Deprecated.
text - Variable in class org.springframework.cloud.stream.samples.Status
Deprecated.
timestamp - Variable in class org.springframework.cloud.stream.samples.Status
Deprecated.
title - Variable in class example.avro.Email
Deprecated.
toString() - Method in class org.springframework.cloud.stream.schema.SchemaReference
 
toSubject(Schema) - Method in class org.springframework.cloud.stream.schema.avro.AvroSchemaRegistryClientMessageConverter
 
toSubject(Schema) - Method in class org.springframework.cloud.stream.schema.avro.DefaultSubjectNamingStrategy
 
toSubject(Schema) - Method in interface org.springframework.cloud.stream.schema.avro.SubjectNamingStrategy
Takes the Avro schema on input and returns the generated subject under which the schema should be registered.
type - Variable in class example.avro.Command
Deprecated.

U

User - Class in example.avro
 
User() - Constructor for class example.avro.User
Default constructor.
User(CharSequence, Integer, CharSequence) - Constructor for class example.avro.User
All-args constructor.
User.Builder - Class in example.avro
RecordBuilder for User instances.

W

writeExternal(ObjectOutput) - Method in class example.avro.Command
 
writeExternal(ObjectOutput) - Method in class example.avro.Email
 
writeExternal(ObjectOutput) - Method in class example.avro.PushNotification
 
writeExternal(ObjectOutput) - Method in class example.avro.Sms
 
writeExternal(ObjectOutput) - Method in class example.avro.User
 
writeExternal(ObjectOutput) - Method in class org.springframework.cloud.stream.samples.Status
 
A B C D E F G H I N O P R S T U W 
Skip navigation links

Copyright © 2021 Pivotal Software, Inc.. All rights reserved.