Index

A B C E F G I J L M N O Q R S T U V W 
All Classes and Interfaces|All Packages

A

ARRAY - Enum constant in enum com.azure.json.JsonWriteState
In a JSON array.

B

BlobCheckpointStoreContainerInitializer - Interface in com.azure.spring.cloud.service.eventhubs
Interface to be implemented in order to configure the BlobCheckpointStore's container programmatically.
BOOLEAN - Enum constant in enum com.azure.json.JsonToken
Boolean false, literal false.
bufferObject() - Method in class com.azure.json.JsonReader
Reads and returns the current JSON object the JsonReader is pointing to.

C

close() - Method in class com.azure.json.JsonReader
Closes the JSON stream.
close() - Method in class com.azure.json.JsonWriter
Closes the JSON stream.
com.azure.json - package com.azure.json
The Azure JSON library provides interfaces for stream-style JSON reading and writing.
com.azure.spring.cloud.service.eventhubs - package com.azure.spring.cloud.service.eventhubs
Azure Event Hubs service abstraction.
com.azure.spring.cloud.service.eventhubs.consumer - package com.azure.spring.cloud.service.eventhubs.consumer
Event Hubs event processor listener.
com.azure.spring.cloud.service.eventhubs.properties - package com.azure.spring.cloud.service.eventhubs.properties
Event Hubs properties abstraction.
com.azure.spring.cloud.service.listener - package com.azure.spring.cloud.service.listener
Top level listener interfaces for Azure messaging services.
com.azure.spring.cloud.service.servicebus.consumer - package com.azure.spring.cloud.service.servicebus.consumer
Service Bus message processor listener.
com.azure.spring.cloud.service.servicebus.properties - package com.azure.spring.cloud.service.servicebus.properties
Service Bus properties abstraction.
COMPLETED - Enum constant in enum com.azure.json.JsonWriteState
JSON stream has completed.
COMPLETED - Static variable in class com.azure.json.JsonWriteContext
Final writing context.
createReader(byte[]) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a byte[].
createReader(byte[], JsonOptions) - Method in interface com.azure.json.JsonProvider
Creates an instance of JsonReader that reads a byte[].
createReader(byte[], JsonOptions) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a byte[].
createReader(InputStream) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a InputStream.
createReader(InputStream, JsonOptions) - Method in interface com.azure.json.JsonProvider
Creates an instance of JsonReader that reads a InputStream.
createReader(InputStream, JsonOptions) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a InputStream.
createReader(Reader) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a Reader.
createReader(Reader, JsonOptions) - Method in interface com.azure.json.JsonProvider
Creates an instance of JsonReader that reads a Reader.
createReader(Reader, JsonOptions) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a Reader.
createReader(String) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a String.
createReader(String, JsonOptions) - Method in interface com.azure.json.JsonProvider
Creates an instance of JsonReader that reads a String.
createReader(String, JsonOptions) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a String.
createWriter(OutputStream) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonWriter that writes to an OutputStream.
createWriter(OutputStream, JsonOptions) - Method in interface com.azure.json.JsonProvider
Creates an instance of JsonWriter that writes to an OutputStream.
createWriter(OutputStream, JsonOptions) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonWriter that writes to an OutputStream.
createWriter(Writer) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonWriter that writes to an Writer.
createWriter(Writer, JsonOptions) - Method in interface com.azure.json.JsonProvider
Creates an instance of JsonWriter that writes to an Writer.
createWriter(Writer, JsonOptions) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonWriter that writes to an Writer.
currentToken() - Method in class com.azure.json.JsonReader
Gets the JsonToken that the reader currently points.

E

END_ARRAY - Enum constant in enum com.azure.json.JsonToken
End of a JSON array, ']'.
END_DOCUMENT - Enum constant in enum com.azure.json.JsonToken
JSON document has completed.
END_OBJECT - Enum constant in enum com.azure.json.JsonToken
End of a JSON object, '}'.
EventBatchProperties - Class in com.azure.spring.cloud.service.eventhubs.properties
Event processor batch properties.
EventBatchProperties() - Constructor for class com.azure.spring.cloud.service.eventhubs.properties.EventBatchProperties
 
EventHubsBatchMessageListener - Interface in com.azure.spring.cloud.service.eventhubs.consumer
A listener to process Event Hub batch events.
EventHubsErrorHandler - Interface in com.azure.spring.cloud.service.eventhubs.consumer
The error handler to handle errors when listening to Event Hubs.
EventHubsRecordMessageListener - Interface in com.azure.spring.cloud.service.eventhubs.consumer
A listener to process Event Hub record events.

F

FIELD - Enum constant in enum com.azure.json.JsonWriteState
In a JSON field.
FIELD_NAME - Enum constant in enum com.azure.json.JsonToken
Name of a JSON property.
flush() - Method in class com.azure.json.JsonWriter
Flushes any un-flushed content written to this writer.
fromJson(JsonReader) - Static method in interface com.azure.json.JsonSerializable
Reads a JSON stream into an object.

G

getBinary() - Method in class com.azure.json.JsonReader
Gets the binary value if the reader is currently pointing to a JsonToken.STRING token.
getBoolean() - Method in class com.azure.json.JsonReader
Gets the boolean value if the reader is currently pointing to a JsonToken.BOOLEAN token.
getDouble() - Method in class com.azure.json.JsonReader
Gets the double value if the reader is currently pointing to a JsonToken.NUMBER or JsonToken.STRING.
getEnqueuedDateTime() - Method in class com.azure.spring.cloud.service.eventhubs.properties.StartPositionProperties
 
getFieldName() - Method in class com.azure.json.JsonReader
Gets the field name if the reader is currently pointing to a JsonToken.FIELD_NAME.
getFloat() - Method in class com.azure.json.JsonReader
Gets the float value if the reader is currently pointing to a JsonToken.NUMBER or JsonToken.STRING.
getInt() - Method in class com.azure.json.JsonReader
Gets the int value if the reader is currently pointing to a JsonToken.NUMBER or JsonToken.STRING.
getLong() - Method in class com.azure.json.JsonReader
Gets the long value if the reader is currently pointing to a JsonToken.NUMBER or JsonToken.STRING.
getMaxSize() - Method in class com.azure.spring.cloud.service.eventhubs.properties.EventBatchProperties
 
getMaxWaitTime() - Method in class com.azure.spring.cloud.service.eventhubs.properties.EventBatchProperties
 
getNullable(ReadValueCallback<JsonReader, T>) - Method in class com.azure.json.JsonReader
Convenience method to read a nullable type.
getOffset() - Method in class com.azure.spring.cloud.service.eventhubs.properties.StartPositionProperties
 
getParent() - Method in class com.azure.json.JsonWriteContext
Gets the parent JsonWriteContext.
getPartitionOwnershipExpirationInterval() - Method in class com.azure.spring.cloud.service.eventhubs.properties.LoadBalancingProperties
 
getSequenceNumber() - Method in class com.azure.spring.cloud.service.eventhubs.properties.StartPositionProperties
 
getStrategy() - Method in class com.azure.spring.cloud.service.eventhubs.properties.LoadBalancingProperties
 
getString() - Method in class com.azure.json.JsonReader
Gets the String value if the reader is currently pointing to a JsonToken.BOOLEAN, JsonToken.NULL, JsonToken.NUMBER, or JsonToken.STRING.
getText() - Method in class com.azure.json.JsonReader
Gets the text value for the currentToken().
getUpdateInterval() - Method in class com.azure.spring.cloud.service.eventhubs.properties.LoadBalancingProperties
 
getWriteContext() - Method in class com.azure.json.JsonWriter
Gets the current writing context for the JSON object.
getWriteState() - Method in class com.azure.json.JsonWriteContext
Gets the JsonWriteState associated to the writing context.

I

init(BlobContainerAsyncClient) - Method in interface com.azure.spring.cloud.service.eventhubs.BlobCheckpointStoreContainerInitializer
Init the Storage Blob checkpoint store container.
isEndArrayOrObject() - Method in class com.azure.json.JsonReader
isInclusive() - Method in class com.azure.spring.cloud.service.eventhubs.properties.StartPositionProperties
 
isNonNumericNumbersSupported() - Method in class com.azure.json.JsonOptions
Whether non-numeric numbers such as NaN and INF and -INF are supported.
isResetSupported() - Method in class com.azure.json.JsonReader
Indicates whether the JsonReader supports resetting.
isStartArrayOrObject() - Method in class com.azure.json.JsonReader

J

JsonOptions - Class in com.azure.json
Contains configuration options for creating a JsonReader or JsonWriter.
JsonOptions() - Constructor for class com.azure.json.JsonOptions
Creates an instance of JsonOptions.
JsonProvider - Interface in com.azure.json
An interface to be implemented by any azure-json plugin that wishes to provide an alternate JsonReader or JsonWriter implementation.
JsonProviders - Class in com.azure.json
Utility class for JsonProvider that will use the implementation of JsonProvider found on the classpath to create instances of JsonReader or JsonWriter.
JsonReader - Class in com.azure.json
Reads a JSON value as a stream of tokens.
JsonReader() - Constructor for class com.azure.json.JsonReader
Creates an instance of JsonReader.
JsonSerializable<T extends JsonSerializable<T>> - Interface in com.azure.json
Indicates that the implementing class can be serialized to and deserialized from JSON.
JsonToken - Enum in com.azure.json
Token types used when reading JSON content.
JsonWriteContext - Class in com.azure.json
Context of JSON handling.
JsonWriter - Class in com.azure.json
Writes a JSON value as a stream of tokens.
JsonWriter() - Constructor for class com.azure.json.JsonWriter
Creates an instance of JsonWriter.
JsonWriteState - Enum in com.azure.json
Writing context of the JSON stream.

L

LoadBalancingProperties - Class in com.azure.spring.cloud.service.eventhubs.properties
Event processor load balancing properties.
LoadBalancingProperties() - Constructor for class com.azure.spring.cloud.service.eventhubs.properties.LoadBalancingProperties
 

M

MessageListener<T> - Interface in com.azure.spring.cloud.service.listener
Top level interface for Azure message listeners.

N

nextToken() - Method in class com.azure.json.JsonReader
Iterates to and returns the next JsonToken in the JSON encoded value.
NULL - Enum constant in enum com.azure.json.JsonToken
Null, literal null.
NUMBER - Enum constant in enum com.azure.json.JsonToken
Number.

O

OBJECT - Enum constant in enum com.azure.json.JsonWriteState
In a JSON object.
onMessage(T) - Method in interface com.azure.spring.cloud.service.listener.MessageListener
Invoked with message from any Azure messaging service.

Q

QUEUE - Enum constant in enum com.azure.spring.cloud.service.servicebus.properties.ServiceBusEntityType
Queue

R

read(T) - Method in interface com.azure.json.ReadValueCallback
Applies the read callback to the input.
readArray(ReadValueCallback<JsonReader, T>) - Method in class com.azure.json.JsonReader
Reads a JSON array.
readChildren() - Method in class com.azure.json.JsonReader
Recursively reads the JSON token sub-stream if the current token is either JsonToken.START_ARRAY or JsonToken.START_OBJECT.
readChildren(StringBuilder) - Method in class com.azure.json.JsonReader
Recursively reads the JSON token sub-stream if the current token is either JsonToken.START_ARRAY or JsonToken.START_OBJECT into the passed StringBuilder.
readMap(ReadValueCallback<JsonReader, T>) - Method in class com.azure.json.JsonReader
Reads a JSON map.
readObject(ReadValueCallback<JsonReader, T>) - Method in class com.azure.json.JsonReader
Reads a JSON object.
readRemainingFieldsAsJsonObject() - Method in class com.azure.json.JsonReader
Reads the remaining fields in the current JSON object as a JSON object.
readRemainingFieldsAsJsonObject(StringBuilder) - Method in class com.azure.json.JsonReader
Reads the remaining fields in the current JSON object as a JSON object.
readUntyped() - Method in class com.azure.json.JsonReader
Reads an untyped object.
ReadValueCallback<T,R> - Interface in com.azure.json
A callback used when reading a JSON value, such as readArray(ReadValueCallback).
reset() - Method in class com.azure.json.JsonReader
Creates a new JsonReader reset to the beginning of the JSON stream.
ROOT - Enum constant in enum com.azure.json.JsonWriteState
Root of the JSON stream.
ROOT - Static variable in class com.azure.json.JsonWriteContext
Initial writing context.

S

ServiceBusEntityType - Enum in com.azure.spring.cloud.service.servicebus.properties
Entity type of Service Bus.
ServiceBusErrorHandler - Interface in com.azure.spring.cloud.service.servicebus.consumer
The error handler to handle errors when listening to Service Bus.
ServiceBusRecordMessageListener - Interface in com.azure.spring.cloud.service.servicebus.consumer
A listener to process Service Bus messages.
setEnqueuedDateTime(Instant) - Method in class com.azure.spring.cloud.service.eventhubs.properties.StartPositionProperties
Set the enqueued date time.
setInclusive(boolean) - Method in class com.azure.spring.cloud.service.eventhubs.properties.StartPositionProperties
Whether the position is inclusive.
setMaxSize(Integer) - Method in class com.azure.spring.cloud.service.eventhubs.properties.EventBatchProperties
Set the max size.
setMaxWaitTime(Duration) - Method in class com.azure.spring.cloud.service.eventhubs.properties.EventBatchProperties
Set the max wait time.
setNonNumericNumbersSupported(boolean) - Method in class com.azure.json.JsonOptions
Sets whether non-numeric numbers such as NaN and INF and -INF are supported.
setOffset(String) - Method in class com.azure.spring.cloud.service.eventhubs.properties.StartPositionProperties
Set the offset.
setPartitionOwnershipExpirationInterval(Duration) - Method in class com.azure.spring.cloud.service.eventhubs.properties.LoadBalancingProperties
Set the partition ownership expiration interval.
setSequenceNumber(Long) - Method in class com.azure.spring.cloud.service.eventhubs.properties.StartPositionProperties
Set the sequence number.
setStrategy(LoadBalancingStrategy) - Method in class com.azure.spring.cloud.service.eventhubs.properties.LoadBalancingProperties
Set the load balancing strategy.
setUpdateInterval(Duration) - Method in class com.azure.spring.cloud.service.eventhubs.properties.LoadBalancingProperties
Set the update interval.
skipChildren() - Method in class com.azure.json.JsonReader
Recursively skips the JSON token sub-stream if the current token is either JsonToken.START_ARRAY or JsonToken.START_OBJECT.
START_ARRAY - Enum constant in enum com.azure.json.JsonToken
Start of a JSON array, '['.
START_OBJECT - Enum constant in enum com.azure.json.JsonToken
Start of a JSON object, '{'.
StartPositionProperties - Class in com.azure.spring.cloud.service.eventhubs.properties
The starting position from which to consume events.
StartPositionProperties() - Constructor for class com.azure.spring.cloud.service.eventhubs.properties.StartPositionProperties
 
STRING - Enum constant in enum com.azure.json.JsonToken
String, in value context.

T

toJson(JsonWriter) - Method in interface com.azure.json.JsonSerializable
Writes the object to the passed JsonWriter.
TOPIC - Enum constant in enum com.azure.spring.cloud.service.servicebus.properties.ServiceBusEntityType
Topic

U

updateContext(JsonToken) - Method in class com.azure.json.JsonWriteContext
Updates the context based on the JsonToken that was written.

V

validateToken(JsonToken) - Method in class com.azure.json.JsonWriteContext
Determines whether the JsonToken is allowed to be written based on the JsonWriteState.
valueOf(String) - Static method in enum com.azure.json.JsonToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.json.JsonWriteState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.spring.cloud.service.servicebus.properties.ServiceBusEntityType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.json.JsonToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.json.JsonWriteState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.spring.cloud.service.servicebus.properties.ServiceBusEntityType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(T, U) - Method in interface com.azure.json.WriteValueCallback
Applies the write callback to input1 and input2.
writeArray(Iterable<T>, WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a JSON array.
writeArray(T[], WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a JSON array.
writeArrayField(String, Iterable<T>, WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a JSON array field.
writeArrayField(String, T[], WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a JSON array field.
writeBinary(byte[]) - Method in class com.azure.json.JsonWriter
Writes a JSON binary value.
writeBinaryField(String, byte[]) - Method in class com.azure.json.JsonWriter
Writes a JSON binary field.
writeBoolean(boolean) - Method in class com.azure.json.JsonWriter
Writes a JSON boolean value (true or false).
writeBoolean(Boolean) - Method in class com.azure.json.JsonWriter
Writes a nullable JSON boolean value (true, false, or null).
writeBooleanField(String, boolean) - Method in class com.azure.json.JsonWriter
Writes a JSON boolean field.
writeBooleanField(String, Boolean) - Method in class com.azure.json.JsonWriter
Writes a nullable JSON boolean field.
writeDouble(double) - Method in class com.azure.json.JsonWriter
Writes a JSON double value.
writeDoubleField(String, double) - Method in class com.azure.json.JsonWriter
Writes a JSON double field.
writeEndArray() - Method in class com.azure.json.JsonWriter
Writes a JSON end array (]).
writeEndObject() - Method in class com.azure.json.JsonWriter
Writes a JSON end object (&#125;).
writeFieldName(String) - Method in class com.azure.json.JsonWriter
Writes a JSON field name ("fieldName":).
writeFloat(float) - Method in class com.azure.json.JsonWriter
Writes a JSON float value.
writeFloatField(String, float) - Method in class com.azure.json.JsonWriter
Writes a JSON float field.
writeInt(int) - Method in class com.azure.json.JsonWriter
Writes a JSON int value.
writeIntField(String, int) - Method in class com.azure.json.JsonWriter
Writes a JSON int field.
writeJson(JsonSerializable<?>) - Method in class com.azure.json.JsonWriter
Writes a JsonSerializable object.
writeJsonField(String, JsonSerializable<?>) - Method in class com.azure.json.JsonWriter
Writes a JsonSerializable field.
writeLong(long) - Method in class com.azure.json.JsonWriter
Writes a JSON long value.
writeLongField(String, long) - Method in class com.azure.json.JsonWriter
Writes a JSON long field.
writeMap(Map<String, T>, WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a JSON map.
writeMapField(String, Map<String, T>, WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a JSON map field.
writeNull() - Method in class com.azure.json.JsonWriter
Writes a JSON null.
writeNullableField(String, T, WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a nullable JSON field.
writeNullField(String) - Method in class com.azure.json.JsonWriter
Writes a JSON null field ("fieldName":null).
writeNumber(Number) - Method in class com.azure.json.JsonWriter
Writes a nullable JSON number value.
writeNumberField(String, Number) - Method in class com.azure.json.JsonWriter
Writes a nullable JSON number field.
writeRawField(String, String) - Method in class com.azure.json.JsonWriter
Writes the passed field literally without any additional handling.
writeRawValue(String) - Method in class com.azure.json.JsonWriter
Writes the passed value literally without any additional handling.
writeStartArray() - Method in class com.azure.json.JsonWriter
Writes a JSON start array ([).
writeStartArray(String) - Method in class com.azure.json.JsonWriter
Writes a JSON start array ([) with a preceding field name.
writeStartObject() - Method in class com.azure.json.JsonWriter
Writes a JSON start object (&#123;).
writeStartObject(String) - Method in class com.azure.json.JsonWriter
Writes a JSON start object (&#123;) with a preceding field name.
writeString(String) - Method in class com.azure.json.JsonWriter
Writes a JSON String value.
writeStringField(String, String) - Method in class com.azure.json.JsonWriter
Writes a JSON String field.
writeUntyped(Object) - Method in class com.azure.json.JsonWriter
Writes the unknown type value.
writeUntypedField(String, Object) - Method in class com.azure.json.JsonWriter
Writes the unknown type value field.
WriteValueCallback<T,U> - Interface in com.azure.json
A callback used when writing a JSON value, such as JsonWriter.writeArray(Object[], WriteValueCallback).
A B C E F G I J L M N O Q R S T U V W 
All Classes and Interfaces|All Packages