Skip navigation links
A B C D E F G H M O 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

CheckpointManager - Class in com.microsoft.azure.spring.integration.eventhub.checkpoint
 
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(PartitionContext) - Method in class com.microsoft.azure.spring.integration.eventhub.checkpoint.CheckpointManager
 

D

DefaultEventHubClientFactory - Class in com.microsoft.azure.spring.integration.eventhub.factory
Default implementation of EventHubClientFactory.
DefaultEventHubClientFactory(EventHubConnectionStringProvider, 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
Implementation of IEventProcessor to be registered via event hub sdk.
EventHubProcessor(Consumer<Message<?>>, Class<?>, CheckpointConfig, EventHubMessageConverter) - Constructor for class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 
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<PartitionContext>) - Constructor for class com.microsoft.azure.spring.integration.eventhub.support.EventHubTestOperation
 

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(String) - Method in class com.microsoft.azure.spring.integration.eventhub.factory.EventHubConnectionStringProvider
 
getEventProcessorHost(String, String) - Method in interface com.microsoft.azure.spring.integration.eventhub.api.EventHubClientFactory
 
getEventProcessorHost(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
 
getOrCreateClient(String) - Method in interface com.microsoft.azure.spring.integration.eventhub.api.EventHubClientFactory
 
getOrCreateClient(String) - Method in class com.microsoft.azure.spring.integration.eventhub.factory.DefaultEventHubClientFactory
 
getOrCreateEventProcessorHost(String, String) - Method in interface com.microsoft.azure.spring.integration.eventhub.api.EventHubClientFactory
 
getOrCreateEventProcessorHost(String, String) - Method in class com.microsoft.azure.spring.integration.eventhub.factory.DefaultEventHubClientFactory
 
getOrCreatePartitionSender(String, String) - Method in interface com.microsoft.azure.spring.integration.eventhub.api.EventHubClientFactory
 
getOrCreatePartitionSender(String, 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.

O

of(CheckpointConfig) - Static method in class com.microsoft.azure.spring.integration.eventhub.checkpoint.CheckpointManager
 
onClose(PartitionContext, CloseReason) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 
onError(PartitionContext, Throwable) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 
onEvents(PartitionContext, Iterable<EventData>) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 
onMessage(PartitionContext, EventData) - Method in class com.microsoft.azure.spring.integration.eventhub.checkpoint.CheckpointManager
 
onOpen(PartitionContext) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.EventHubProcessor
 

R

register(String, String, EventHubProcessor) - Method in class com.microsoft.azure.spring.integration.eventhub.impl.AbstractEventHubTemplate
 
register(String, String, EventHubProcessor) - Method in class com.microsoft.azure.spring.integration.eventhub.support.EventHubTestOperation
 
removeEventProcessorHost(String, String) - Method in interface com.microsoft.azure.spring.integration.eventhub.api.EventHubClientFactory
 
removeEventProcessorHost(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<PartitionContext>) - 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
 
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
 
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

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

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