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

A

AbstractEventHubTemplate - Class in com.microsoft.azure.spring.integration.eventhub.impl
Abstract base implementation of event hub template.

B

buildCustomHeaders(EventData) - Method in class com.microsoft.azure.spring.integration.eventhub.converter.EventHubMessageConverter
 
buildPropertiesMap() - Method in class com.microsoft.azure.spring.integration.eventhub.impl.AbstractEventHubTemplate
 

C

checkpointConfig - Variable in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 
CheckpointManager - Class in com.microsoft.azure.spring.integration.eventhub.checkpoint
 
checkpointManager - Variable in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 
com.microsoft.azure.spring.integration.eventhub.api - package com.microsoft.azure.spring.integration.eventhub.api
 
com.microsoft.azure.spring.integration.eventhub.checkpoint - package com.microsoft.azure.spring.integration.eventhub.checkpoint
 
com.microsoft.azure.spring.integration.eventhub.converter - package com.microsoft.azure.spring.integration.eventhub.converter
 
com.microsoft.azure.spring.integration.eventhub.factory - package com.microsoft.azure.spring.integration.eventhub.factory
 
com.microsoft.azure.spring.integration.eventhub.impl - package com.microsoft.azure.spring.integration.eventhub.impl
 
com.microsoft.azure.spring.integration.eventhub.inbound - package com.microsoft.azure.spring.integration.eventhub.inbound
 
com.microsoft.azure.spring.integration.eventhub.support - package com.microsoft.azure.spring.integration.eventhub.support
 
com.microsoft.azure.spring.integration.eventhub.util - package com.microsoft.azure.spring.integration.eventhub.util
 
completeBatch(EventContext) - Method in class com.microsoft.azure.spring.integration.eventhub.checkpoint.CheckpointManager
Deprecated.
consumer - Variable in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 
createEventProcessor(Consumer<Message<?>>, Class<?>) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubTemplate
 
createEventProcessor(Consumer<Message<?>>, Class<?>) - Method in class com.microsoft.azure.spring.integration.eventhub.support.EventHubTestOperation
 
createEventProcessorClient(String, String, EventHubProcessor) - Method in interface com.microsoft.azure.spring.integration.eventhub.api.EventHubClientFactory
 
createEventProcessorClient(String, String, EventHubProcessor) - Method in class com.microsoft.azure.spring.integration.eventhub.factory.DefaultEventHubClientFactory
 
createEventProcessorClient(String, String, EventHubProcessor) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.AbstractEventHubTemplate
 
createEventProcessorClient(String, String, EventHubProcessor) - Method in class com.microsoft.azure.spring.integration.eventhub.support.EventHubTestOperation
 

D

DefaultEventHubClientFactory - Class in com.microsoft.azure.spring.integration.eventhub.factory
Default implementation of EventHubClientFactory.
DefaultEventHubClientFactory(EventHubConnectionStringProvider, String, String) - Constructor for class com.microsoft.azure.spring.integration.eventhub.factory.DefaultEventHubClientFactory
 
destroy() - Method in class com.microsoft.azure.spring.integration.eventhub.factory.DefaultEventHubClientFactory
 

E

EventDataHelper - Class in com.microsoft.azure.spring.integration.eventhub.util
 
EventDataHelper() - Constructor for class com.microsoft.azure.spring.integration.eventhub.util.EventDataHelper
 
EventHubClientFactory - Interface in com.microsoft.azure.spring.integration.eventhub.api
 
EventHubConnectionStringProvider - Class in com.microsoft.azure.spring.integration.eventhub.factory
 
EventHubConnectionStringProvider(EventHubNamespace) - Constructor for class com.microsoft.azure.spring.integration.eventhub.factory.EventHubConnectionStringProvider
 
EventHubConnectionStringProvider(String) - Constructor for class com.microsoft.azure.spring.integration.eventhub.factory.EventHubConnectionStringProvider
 
EventHubInboundChannelAdapter - Class in com.microsoft.azure.spring.integration.eventhub.inbound
 
EventHubInboundChannelAdapter(String, SubscribeByGroupOperation, String) - Constructor for class com.microsoft.azure.spring.integration.eventhub.inbound.EventHubInboundChannelAdapter
 
EventHubMessageConverter - Class in com.microsoft.azure.spring.integration.eventhub.converter
A converter to turn a Message to EventData and vice versa.
EventHubMessageConverter() - Constructor for class com.microsoft.azure.spring.integration.eventhub.converter.EventHubMessageConverter
 
EventHubOperation - Interface in com.microsoft.azure.spring.integration.eventhub.api
Azure event hub operation to support send data asynchronously and subscribe
EventHubProcessor - Class in com.microsoft.azure.spring.integration.eventhub.impl
Mainly handle message conversion and checkpoint
EventHubProcessor(Consumer<Message<?>>, Class<?>, CheckpointConfig, EventHubMessageConverter) - Constructor for class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 
EventHubProcessorSupport - Class in com.microsoft.azure.spring.integration.eventhub.support
Mainly handle message conversion and checkpoint
EventHubProcessorSupport(Consumer<Message<?>>, Class<?>, CheckpointConfig, EventHubMessageConverter) - Constructor for class com.microsoft.azure.spring.integration.eventhub.support.EventHubProcessorSupport
 
EventHubRuntimeException - Exception in com.microsoft.azure.spring.integration.eventhub.impl
The Azure Event Hub specific NestedRuntimeException.
EventHubRuntimeException(String) - Constructor for exception com.microsoft.azure.spring.integration.eventhub.impl.EventHubRuntimeException
 
EventHubRuntimeException(String, Throwable) - Constructor for exception com.microsoft.azure.spring.integration.eventhub.impl.EventHubRuntimeException
 
EventHubRxOperation - Interface in com.microsoft.azure.spring.integration.eventhub.api
Azure event hub operation to support send and subscribe in a reactive way
EventHubRxTemplate - Class in com.microsoft.azure.spring.integration.eventhub.impl
Default implementation of EventHubRxOperation.
EventHubRxTemplate(EventHubClientFactory) - Constructor for class com.microsoft.azure.spring.integration.eventhub.impl.EventHubRxTemplate
 
EventHubTemplate - Class in com.microsoft.azure.spring.integration.eventhub.impl
Default implementation of EventHubOperation.
EventHubTemplate(EventHubClientFactory) - Constructor for class com.microsoft.azure.spring.integration.eventhub.impl.EventHubTemplate
 
EventHubTestOperation - Class in com.microsoft.azure.spring.integration.eventhub.support
 
EventHubTestOperation(EventHubClientFactory, Supplier<EventContext>) - Constructor for class com.microsoft.azure.spring.integration.eventhub.support.EventHubTestOperation
 
eventPosition - Variable in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 

F

fromByte(byte[]) - Method in class com.microsoft.azure.spring.integration.eventhub.converter.EventHubMessageConverter
 
fromString(String) - Method in class com.microsoft.azure.spring.integration.eventhub.converter.EventHubMessageConverter
 

G

getCheckpointConfig() - Method in class com.microsoft.azure.spring.integration.eventhub.impl.AbstractEventHubTemplate
 
getConnectionString() - Method in class com.microsoft.azure.spring.integration.eventhub.factory.EventHubConnectionStringProvider
 
getEventProcessorClient(String, String) - Method in interface com.microsoft.azure.spring.integration.eventhub.api.EventHubClientFactory
 
getEventProcessorClient(String, String) - Method in class com.microsoft.azure.spring.integration.eventhub.factory.DefaultEventHubClientFactory
 
getHostname() - Static method in class com.microsoft.azure.spring.integration.eventhub.util.HostnameHelper
 
getLogger() - Method in class com.microsoft.azure.spring.integration.eventhub.checkpoint.ManualCheckpointManager
 
getMessageConverter() - Method in class com.microsoft.azure.spring.integration.eventhub.impl.AbstractEventHubTemplate
 
getOrCreateConsumerClient(String, String) - Method in interface com.microsoft.azure.spring.integration.eventhub.api.EventHubClientFactory
 
getOrCreateConsumerClient(String, String) - Method in class com.microsoft.azure.spring.integration.eventhub.factory.DefaultEventHubClientFactory
 
getOrCreateProducerClient(String) - Method in interface com.microsoft.azure.spring.integration.eventhub.api.EventHubClientFactory
 
getOrCreateProducerClient(String) - Method in class com.microsoft.azure.spring.integration.eventhub.factory.DefaultEventHubClientFactory
 
getPayload(EventData) - Method in class com.microsoft.azure.spring.integration.eventhub.converter.EventHubMessageConverter
 
getStartPosition() - Method in class com.microsoft.azure.spring.integration.eventhub.impl.AbstractEventHubTemplate
 

H

HostnameHelper - Class in com.microsoft.azure.spring.integration.eventhub.util
 
HostnameHelper() - Constructor for class com.microsoft.azure.spring.integration.eventhub.util.HostnameHelper
 

M

ManualCheckpointManager - Class in com.microsoft.azure.spring.integration.eventhub.checkpoint
No need to do checkpoint in manual mode.
messageConverter - Variable in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 

O

of(CheckpointConfig) - Static method in class com.microsoft.azure.spring.integration.eventhub.checkpoint.CheckpointManager
 
onClose(CloseContext) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 
onError(ErrorContext) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 
onEvent(EventContext) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 
onEvent(EventContext, EventData) - Method in class com.microsoft.azure.spring.integration.eventhub.support.EventHubProcessorSupport
 
onInitialize(InitializationContext) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 
onMessage(EventContext, EventData) - Method in class com.microsoft.azure.spring.integration.eventhub.checkpoint.CheckpointManager
 

P

payloadType - Variable in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 

R

removeEventProcessorClient(String, String) - Method in interface com.microsoft.azure.spring.integration.eventhub.api.EventHubClientFactory
 
removeEventProcessorClient(String, String) - Method in class com.microsoft.azure.spring.integration.eventhub.factory.DefaultEventHubClientFactory
 
RxEventHubTestOperation - Class in com.microsoft.azure.spring.integration.eventhub.support
 
RxEventHubTestOperation(EventHubClientFactory, Supplier<EventContext>) - Constructor for class com.microsoft.azure.spring.integration.eventhub.support.RxEventHubTestOperation
 

S

sendAsync(String, Message<T>, PartitionSupplier) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.AbstractEventHubTemplate
 
sendAsync(String, Collection<Message<T>>, PartitionSupplier) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.AbstractEventHubTemplate
 
sendAsync(String, Message<U>, PartitionSupplier) - Method in class com.microsoft.azure.spring.integration.eventhub.support.EventHubTestOperation
 
sendRx(String, Message<T>, PartitionSupplier) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubRxTemplate
 
sendRx(String, Message<T>, PartitionSupplier) - Method in class com.microsoft.azure.spring.integration.eventhub.support.RxEventHubTestOperation
 
setCheckpointConfig(CheckpointConfig) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.AbstractEventHubTemplate
 
setCustomHeaders(MessageHeaders, EventData) - Method in class com.microsoft.azure.spring.integration.eventhub.converter.EventHubMessageConverter
 
setEventPosition(EventPosition) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 
setMessageConverter(EventHubMessageConverter) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.AbstractEventHubTemplate
 
setStartPosition(StartPosition) - Method in interface com.microsoft.azure.spring.integration.eventhub.api.EventHubOperation
 
setStartPosition(StartPosition) - Method in interface com.microsoft.azure.spring.integration.eventhub.api.EventHubRxOperation
 
setStartPosition(StartPosition) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.AbstractEventHubTemplate
 
startEventProcessorClient(String, String) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.AbstractEventHubTemplate
 
startEventProcessorClient(String, String) - Method in class com.microsoft.azure.spring.integration.eventhub.support.EventHubTestOperation
 
stopEventProcessorClient(String, String) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.AbstractEventHubTemplate
 
stopEventProcessorClient(String, String) - Method in class com.microsoft.azure.spring.integration.eventhub.support.EventHubTestOperation
 
subscribe(String, String, Class<?>) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubRxTemplate
 
subscribe(String, String, Consumer<Message<?>>, Class<?>) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubTemplate
 
subscribe(String, String, Class<?>) - Method in class com.microsoft.azure.spring.integration.eventhub.support.RxEventHubTestOperation
 

T

toString(EventData) - Static method in class com.microsoft.azure.spring.integration.eventhub.util.EventDataHelper
 

U

unsubscribe(String, String) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubTemplate
 
A B C D E F G H M O P R S T U 
Skip navigation links

Copyright © 2020 Microsoft. All rights reserved.