Index

C E G I L M O Q S T V 
All Classes and Interfaces|All Packages

C

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.

E

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.

G

getEnqueuedDateTime() - Method in class com.azure.spring.cloud.service.eventhubs.properties.StartPositionProperties
 
getMaxSize() - Method in class com.azure.spring.cloud.service.eventhubs.properties.EventBatchProperties
 
getMaxWaitTime() - Method in class com.azure.spring.cloud.service.eventhubs.properties.EventBatchProperties
 
getOffset() - Method in class com.azure.spring.cloud.service.eventhubs.properties.StartPositionProperties
 
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
 
getUpdateInterval() - Method in class com.azure.spring.cloud.service.eventhubs.properties.LoadBalancingProperties
 

I

isInclusive() - Method in class com.azure.spring.cloud.service.eventhubs.properties.StartPositionProperties
 

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.

O

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

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.
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.
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
 

T

TOPIC - Enum constant in enum com.azure.spring.cloud.service.servicebus.properties.ServiceBusEntityType
Topic

V

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.spring.cloud.service.servicebus.properties.ServiceBusEntityType
Returns an array containing the constants of this enum type, in the order they are declared.
C E G I L M O Q S T V 
All Classes and Interfaces|All Packages