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