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

A

AbstractAzureMessageConverter<T> - Class in com.microsoft.azure.spring.integration.core.converter
Abstract class handles common conversion logic between and Message
AbstractAzureMessageConverter() - Constructor for class com.microsoft.azure.spring.integration.core.converter.AbstractAzureMessageConverter
 
AbstractInboundChannelAdapter - Class in com.microsoft.azure.spring.integration.core
 
AbstractInboundChannelAdapter(String) - Constructor for class com.microsoft.azure.spring.integration.core.AbstractInboundChannelAdapter
 
AzureCheckpointer - Class in com.microsoft.azure.spring.integration.core
 
AzureCheckpointer(Supplier<CompletableFuture<Void>>) - Constructor for class com.microsoft.azure.spring.integration.core.AzureCheckpointer
 
AzureCheckpointer(Supplier<CompletableFuture<Void>>, Supplier<CompletableFuture<Void>>) - Constructor for class com.microsoft.azure.spring.integration.core.AzureCheckpointer
 
AzureHeaders - Class in com.microsoft.azure.spring.integration.core
Azure internal headers for Spring Messaging messages.
AzureHeaders() - Constructor for class com.microsoft.azure.spring.integration.core.AzureHeaders
 
AzureMessageConverter<T> - Interface in com.microsoft.azure.spring.integration.core.converter
A converter to turn the payload of a Message from serialized form to a typed Object and vice versa.

B

BatchSendOperation - Interface in com.microsoft.azure.spring.integration.core.api
Operations for sending Collection to a destination.
build() - Method in class com.microsoft.azure.spring.integration.core.api.CheckpointConfig.CheckpointConfigBuilder
 
buildCustomHeaders(T) - Method in class com.microsoft.azure.spring.integration.core.converter.AbstractAzureMessageConverter
 
builder() - Static method in class com.microsoft.azure.spring.integration.core.api.CheckpointConfig
 
buildPropertiesMap() - Method in class com.microsoft.azure.spring.integration.core.AbstractInboundChannelAdapter
 

C

Checkpointable - Interface in com.microsoft.azure.spring.integration.core.api
Support checkpoint by setting CheckpointConfig
CheckpointConfig - Class in com.microsoft.azure.spring.integration.core.api
Checkpoint related config
CheckpointConfig(CheckpointMode, int, Duration) - Constructor for class com.microsoft.azure.spring.integration.core.api.CheckpointConfig
 
CheckpointConfig.CheckpointConfigBuilder - Class in com.microsoft.azure.spring.integration.core.api
 
CheckpointConfigBuilder() - Constructor for class com.microsoft.azure.spring.integration.core.api.CheckpointConfig.CheckpointConfigBuilder
 
checkpointCount(int) - Method in class com.microsoft.azure.spring.integration.core.api.CheckpointConfig.CheckpointConfigBuilder
 
Checkpointer - Interface in com.microsoft.azure.spring.integration.core.api
A callback to perform checkpoint.
CHECKPOINTER - Static variable in class com.microsoft.azure.spring.integration.core.AzureHeaders
The "azure_checkpointer" header for checkpoint the specific message.
checkpointInterval(Duration) - Method in class com.microsoft.azure.spring.integration.core.api.CheckpointConfig.CheckpointConfigBuilder
 
checkpointMode(CheckpointMode) - Method in class com.microsoft.azure.spring.integration.core.api.CheckpointConfig.CheckpointConfigBuilder
 
CheckpointMode - Enum in com.microsoft.azure.spring.integration.core.api
The Checkpoint mode.
com.microsoft.azure.spring.integration.core - package com.microsoft.azure.spring.integration.core
 
com.microsoft.azure.spring.integration.core.api - package com.microsoft.azure.spring.integration.core.api
 
com.microsoft.azure.spring.integration.core.converter - package com.microsoft.azure.spring.integration.core.converter
 
commonHeaders - Variable in class com.microsoft.azure.spring.integration.core.AbstractInboundChannelAdapter
 
consumerGroup - Variable in class com.microsoft.azure.spring.integration.core.AbstractInboundChannelAdapter
 
ConversionException - Exception in com.microsoft.azure.spring.integration.core.converter
The conversion specific NestedRuntimeException.
ConversionException(String) - Constructor for exception com.microsoft.azure.spring.integration.core.converter.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception com.microsoft.azure.spring.integration.core.converter.ConversionException
 

D

DefaultMessageHandler - Class in com.microsoft.azure.spring.integration.core
Base class of outbound adapter to publish to azure backed messaging service
DefaultMessageHandler(String, SendOperation) - Constructor for class com.microsoft.azure.spring.integration.core.DefaultMessageHandler
 
doStart() - Method in class com.microsoft.azure.spring.integration.core.AbstractInboundChannelAdapter
 
doStop() - Method in class com.microsoft.azure.spring.integration.core.AbstractInboundChannelAdapter
 

F

failure() - Method in interface com.microsoft.azure.spring.integration.core.api.Checkpointer
Fail current message.
failure() - Method in class com.microsoft.azure.spring.integration.core.AzureCheckpointer
 
fromByte(byte[]) - Method in class com.microsoft.azure.spring.integration.core.converter.AbstractAzureMessageConverter
 
fromMessage(Message<?>, Class<T>) - Method in class com.microsoft.azure.spring.integration.core.converter.AbstractAzureMessageConverter
 
fromMessage(Message<?>, Class<T>) - Method in interface com.microsoft.azure.spring.integration.core.converter.AzureMessageConverter
Convert the payload of a Message from a serialized form to a typed Object of the specified target class.
fromString(String) - Method in class com.microsoft.azure.spring.integration.core.converter.AbstractAzureMessageConverter
 

G

getCheckpointConfig() - Method in interface com.microsoft.azure.spring.integration.core.api.Checkpointable
 
getCheckpointCount() - Method in class com.microsoft.azure.spring.integration.core.api.CheckpointConfig
 
getCheckpointInterval() - Method in class com.microsoft.azure.spring.integration.core.api.CheckpointConfig
 
getCheckpointMode() - Method in class com.microsoft.azure.spring.integration.core.api.CheckpointConfig
 
getPartitionId() - Method in class com.microsoft.azure.spring.integration.core.api.PartitionSupplier
 
getPartitionKey() - Method in class com.microsoft.azure.spring.integration.core.api.PartitionSupplier
 
getPayload(T) - Method in class com.microsoft.azure.spring.integration.core.converter.AbstractAzureMessageConverter
 
getSendTimeoutExpression() - Method in class com.microsoft.azure.spring.integration.core.DefaultMessageHandler
 

H

handleMessageInternal(Message<?>) - Method in class com.microsoft.azure.spring.integration.core.DefaultMessageHandler
 

L

ListenerMode - Enum in com.microsoft.azure.spring.integration.core.api
The listener mode, RECORD or BATCH.

M

messageConverter - Variable in class com.microsoft.azure.spring.integration.core.DefaultMessageHandler
 

N

NAME - Static variable in class com.microsoft.azure.spring.integration.core.AzureHeaders
 

O

onInit() - Method in class com.microsoft.azure.spring.integration.core.DefaultMessageHandler
 

P

PARTITION_ID - Static variable in class com.microsoft.azure.spring.integration.core.AzureHeaders
 
PARTITION_KEY - Static variable in class com.microsoft.azure.spring.integration.core.AzureHeaders
 
PartitionSupplier - Class in com.microsoft.azure.spring.integration.core.api
Provide partition id or key
PartitionSupplier() - Constructor for class com.microsoft.azure.spring.integration.core.api.PartitionSupplier
 

R

RAW_ID - Static variable in class com.microsoft.azure.spring.integration.core.AzureHeaders
 
RAW_PARTITION_ID - Static variable in class com.microsoft.azure.spring.integration.core.AzureHeaders
 
receiveAsync(String) - Method in interface com.microsoft.azure.spring.integration.core.api.ReceiveOperation
Receive a message from destination async.
receiveMessage(Message<?>) - Method in class com.microsoft.azure.spring.integration.core.AbstractInboundChannelAdapter
 
ReceiveOperation - Interface in com.microsoft.azure.spring.integration.core.api
Operations for receiving Message from a destination.
RxSendOperation - Interface in com.microsoft.azure.spring.integration.core.api
Operations for sending Message to a destination in a reactive way.
RxSubscribeByGroupOperation - Interface in com.microsoft.azure.spring.integration.core.api
Operations for subscribing to a destination with a consumer group in a reactive way.
RxSubscribeOperation - Interface in com.microsoft.azure.spring.integration.core.api
Operations for subscribing to a destination in reactive way.

S

sendAsync(String, Collection<Message<T>>, PartitionSupplier) - Method in interface com.microsoft.azure.spring.integration.core.api.BatchSendOperation
Send a Collection to the given destination with a given partition supplier.
sendAsync(String, Collection<Message<T>>) - Method in interface com.microsoft.azure.spring.integration.core.api.BatchSendOperation
Send a Collection to the given destination.
sendAsync(String, Message<T>, PartitionSupplier) - Method in interface com.microsoft.azure.spring.integration.core.api.SendOperation
Send a Message to the given destination with a given partition supplier.
sendAsync(String, Message<T>) - Method in interface com.microsoft.azure.spring.integration.core.api.SendOperation
Send a Message to the given destination.
SendOperation - Interface in com.microsoft.azure.spring.integration.core.api
Operations for sending Message to a destination.
sendRx(String, Message<T>, PartitionSupplier) - Method in interface com.microsoft.azure.spring.integration.core.api.RxSendOperation
Send a Message to the given destination with a given partition supplier.
sendRx(String, Message<T>) - Method in interface com.microsoft.azure.spring.integration.core.api.RxSendOperation
Send a Message to the given destination.
setCheckpointConfig(CheckpointConfig) - Method in interface com.microsoft.azure.spring.integration.core.api.Checkpointable
 
setCheckpointMode(CheckpointMode) - Method in interface com.microsoft.azure.spring.integration.core.api.ReceiveOperation
 
setCheckpointMode(CheckpointMode) - Method in interface com.microsoft.azure.spring.integration.core.api.RxSubscribeOperation
 
setCustomHeaders(MessageHeaders, T) - Method in class com.microsoft.azure.spring.integration.core.converter.AbstractAzureMessageConverter
 
setMessagePayloadType(Class<?>) - Method in interface com.microsoft.azure.spring.integration.core.api.ReceiveOperation
Set message payload type.
setPartitionId(String) - Method in class com.microsoft.azure.spring.integration.core.api.PartitionSupplier
 
setPartitionKey(String) - Method in class com.microsoft.azure.spring.integration.core.api.PartitionSupplier
 
setPartitionKey(String) - Method in class com.microsoft.azure.spring.integration.core.DefaultMessageHandler
 
setPartitionKeyExpression(Expression) - Method in class com.microsoft.azure.spring.integration.core.DefaultMessageHandler
 
setPartitionKeyExpressionString(String) - Method in class com.microsoft.azure.spring.integration.core.DefaultMessageHandler
 
setSendCallback(ListenableFutureCallback<Void>) - Method in class com.microsoft.azure.spring.integration.core.DefaultMessageHandler
 
setSendTimeout(long) - Method in class com.microsoft.azure.spring.integration.core.DefaultMessageHandler
 
setSendTimeoutExpression(Expression) - Method in class com.microsoft.azure.spring.integration.core.DefaultMessageHandler
 
setSync(boolean) - Method in class com.microsoft.azure.spring.integration.core.DefaultMessageHandler
 
StartPosition - Enum in com.microsoft.azure.spring.integration.core.api
Whether the consumer receives messages from the beginning or end of destination
subscribe(String, String, Class<?>) - Method in interface com.microsoft.azure.spring.integration.core.api.RxSubscribeByGroupOperation
Register a message consumer to a given destination with a given consumer group.
subscribe(String, Class<?>) - Method in interface com.microsoft.azure.spring.integration.core.api.RxSubscribeOperation
Register a message consumer to a given destination.
subscribe(String, String, Consumer<Message<?>>, Class<?>) - Method in interface com.microsoft.azure.spring.integration.core.api.SubscribeByGroupOperation
Register a message consumer to a given destination with a given consumer group.
subscribe(String, String, Consumer<Message<?>>) - Method in interface com.microsoft.azure.spring.integration.core.api.SubscribeByGroupOperation
 
subscribe(String, Consumer<Message<?>>, Class<?>) - Method in interface com.microsoft.azure.spring.integration.core.api.SubscribeOperation
Register a message consumer to a given destination.
subscribe(String, Consumer<Message<?>>) - Method in interface com.microsoft.azure.spring.integration.core.api.SubscribeOperation
 
subscribeByGroupOperation - Variable in class com.microsoft.azure.spring.integration.core.AbstractInboundChannelAdapter
 
SubscribeByGroupOperation - Interface in com.microsoft.azure.spring.integration.core.api
Operations for subscribing to a destination with a consumer group.
subscribeOperation - Variable in class com.microsoft.azure.spring.integration.core.AbstractInboundChannelAdapter
 
SubscribeOperation - Interface in com.microsoft.azure.spring.integration.core.api
Operations for subscribing to a destination.
success() - Method in interface com.microsoft.azure.spring.integration.core.api.Checkpointer
Acknowledge success of current message.
success() - Method in class com.microsoft.azure.spring.integration.core.AzureCheckpointer
 

T

toMessage(T, Map<String, Object>, Class<U>) - Method in class com.microsoft.azure.spring.integration.core.converter.AbstractAzureMessageConverter
 
toMessage(T, Map<String, Object>, Class<U>) - Method in interface com.microsoft.azure.spring.integration.core.converter.AzureMessageConverter
Create a Message whose payload is the result of converting the given payload Object to serialized form.
toMessage(T, Class<U>) - Method in interface com.microsoft.azure.spring.integration.core.converter.AzureMessageConverter
 
toString() - Method in class com.microsoft.azure.spring.integration.core.api.CheckpointConfig
 

U

unsubscribe(String, String) - Method in interface com.microsoft.azure.spring.integration.core.api.SubscribeByGroupOperation
Un-register a message consumer with a given destination and consumer group.
unsubscribe(String) - Method in interface com.microsoft.azure.spring.integration.core.api.SubscribeOperation
Un-register a message consumer.

V

valueOf(String) - Static method in enum com.microsoft.azure.spring.integration.core.api.CheckpointMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.spring.integration.core.api.ListenerMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.spring.integration.core.api.StartPosition
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.spring.integration.core.api.CheckpointMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.spring.integration.core.api.ListenerMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.spring.integration.core.api.StartPosition
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G H L M N O P R S T U V 
Skip navigation links

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