- datatype(Class<?>...) - Method in class org.springframework.integration.dsl.channel.MessageChannelSpec
-
- defaultDelay(long) - Method in class org.springframework.integration.dsl.DelayerEndpointSpec
-
- defaultDeliveryMode(MessageDeliveryMode) - Method in class org.springframework.integration.dsl.amqp.AmqpOutboundEndpointSpec
-
- defaultEncoding(String) - Method in class org.springframework.integration.dsl.mail.MailSendingMessageHandlerSpec
-
- defaultFileTypeMap(FileTypeMap) - Method in class org.springframework.integration.dsl.mail.MailSendingMessageHandlerSpec
-
- defaultOverwrite(boolean) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Determine the default action to take when setting individual header specifications
without an explicit 'overwrite' argument.
- defaultReplyDestination(Destination) - Method in class org.springframework.integration.dsl.jms.JmsInboundGatewaySpec
-
- defaultReplyQueueName(String) - Method in class org.springframework.integration.dsl.jms.JmsInboundGatewaySpec
-
- defaultReplyTopicName(String) - Method in class org.springframework.integration.dsl.jms.JmsInboundGatewaySpec
-
- defaultRequeueRejected(boolean) - Method in class org.springframework.integration.dsl.amqp.AmqpInboundChannelAdapterSpec
-
- defaultRequeueRejected(boolean) - Method in class org.springframework.integration.dsl.amqp.AmqpInboundGatewaySpec
-
- delay(long) - Method in class org.springframework.integration.dsl.file.TailAdapterSpec
-
- delay(String) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a DelayHandler to the current integration flow position
with default options.
- delay(String, Consumer<DelayerEndpointSpec>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a DelayHandler to the current integration flow position
with provided options.
- delay(String, String) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a DelayHandler to the current integration flow position
with provided delayExpression.
- delay(String, Function<Message<P>, Object>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a DelayHandler to the current integration flow position
with provided delayFunction.
- delay(String, Function<Message<P>, Object>, Consumer<DelayerEndpointSpec>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a DelayHandler to the current integration flow position
with provided delayFunction.
- delay(String, String, Consumer<DelayerEndpointSpec>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a DelayHandler to the current integration flow position
with provided delayExpression.
- delayedAdvice(Advice...) - Method in class org.springframework.integration.dsl.DelayerEndpointSpec
-
Configure a list of Advice objects that will be applied, in nested order,
when delayed messages are sent.
- DelayerEndpointSpec - Class in org.springframework.integration.dsl
-
- deleteRemoteFiles(boolean) - Method in class org.springframework.integration.dsl.file.RemoteFileInboundChannelAdapterSpec
-
- deleteSourceFiles(boolean) - Method in class org.springframework.integration.dsl.file.FileWritingMessageHandlerSpec
-
- deliveryPersistent(boolean) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- deliveryPersistent(boolean) - Method in class org.springframework.integration.dsl.jms.JmsPollableMessageChannelSpec
-
- deliveryPersistent(boolean) - Method in class org.springframework.integration.dsl.jms.JmsTemplateSpec
-
- deserializer() - Static method in class org.springframework.integration.dsl.support.Transformers
-
- deserializer(Deserializer<Object>) - Static method in class org.springframework.integration.dsl.support.Transformers
-
- destination(Destination) - Method in class org.springframework.integration.dsl.jms.JmsInboundChannelAdapterSpec
-
Configure the destination from which to receive messages.
- destination(String) - Method in class org.springframework.integration.dsl.jms.JmsInboundChannelAdapterSpec
-
Configure the name of destination from which to receive messages.
- destination(Destination) - Method in class org.springframework.integration.dsl.jms.JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec
-
- destination(String) - Method in class org.springframework.integration.dsl.jms.JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec
-
- destination(Destination) - Method in class org.springframework.integration.dsl.jms.JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec
-
- destination(String) - Method in class org.springframework.integration.dsl.jms.JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec
-
- destination(Destination) - Method in class org.springframework.integration.dsl.jms.JmsOutboundChannelAdapterSpec
-
Configure the destination to which this adapter will send messages.
- destination(String) - Method in class org.springframework.integration.dsl.jms.JmsOutboundChannelAdapterSpec
-
Configure the name of the destination to which this adapter will send messages.
- destination(Function<Message<P>, ?>) - Method in class org.springframework.integration.dsl.jms.JmsOutboundChannelAdapterSpec
-
Configure a
Function that will be invoked at run time to determine the destination to
which a message will be sent.
- destination(String) - Method in class org.springframework.integration.dsl.jms.JmsPollableMessageChannelSpec
-
Configure the destination name that backs this channel.
- destination(Destination) - Method in class org.springframework.integration.dsl.jms.JmsPollableMessageChannelSpec
-
Configure the destination that backs this channel.
- destinationExpression(String) - Method in class org.springframework.integration.dsl.jms.JmsOutboundChannelAdapterSpec
-
Configure a SpEL expression that will evaluate, at run time, the destination to
which a message will be sent.
- destinationResolver(DestinationResolver) - Method in class org.springframework.integration.dsl.jms.JmsDestinationAccessorSpec
-
- destinationResolver(DestinationResolver) - Method in class org.springframework.integration.dsl.jms.JmsInboundGatewaySpec
-
- destinationResolver(DestinationResolver) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- destinationResolver(DestinationResolver) - Method in class org.springframework.integration.dsl.jms.JmsPollableMessageChannelSpec
-
- destroy() - Method in class org.springframework.integration.dsl.jms.JmsInboundGateway
-
- destroy() - Method in class org.springframework.integration.dsl.jms.JmsMessageDrivenChannelAdapter
-
- direct() - Static method in class org.springframework.integration.dsl.channel.MessageChannels
-
- direct(String) - Static method in class org.springframework.integration.dsl.channel.MessageChannels
-
- direct() - Method in class org.springframework.integration.dsl.Channels
-
- direct(String) - Method in class org.springframework.integration.dsl.Channels
-
- DirectChannelSpec - Class in org.springframework.integration.dsl.channel
-
- discardChannel(MessageChannel) - Method in class org.springframework.integration.dsl.CorrelationHandlerSpec
-
- discardChannel(String) - Method in class org.springframework.integration.dsl.CorrelationHandlerSpec
-
- discardChannel(MessageChannel) - Method in class org.springframework.integration.dsl.FilterEndpointSpec
-
- discardChannel(String) - Method in class org.springframework.integration.dsl.FilterEndpointSpec
-
- discardFlow(IntegrationFlow) - Method in class org.springframework.integration.dsl.FilterEndpointSpec
-
- discardWithinAdvice(boolean) - Method in class org.springframework.integration.dsl.FilterEndpointSpec
-
- doGet() - Method in class org.springframework.integration.dsl.AbstractRouterSpec
-
- doGet() - Method in class org.springframework.integration.dsl.AggregatorSpec
-
- doGet() - Method in class org.springframework.integration.dsl.amqp.AmqpMessageChannelSpec
-
- doGet() - Method in class org.springframework.integration.dsl.amqp.AmqpOutboundEndpointSpec
-
- doGet() - Method in class org.springframework.integration.dsl.amqp.AmqpPollableMessageChannelSpec
-
- doGet() - Method in class org.springframework.integration.dsl.channel.DirectChannelSpec
-
- doGet() - Method in class org.springframework.integration.dsl.channel.ExecutorChannelSpec
-
- doGet() - Method in class org.springframework.integration.dsl.channel.MessageChannelSpec
-
- doGet() - Method in class org.springframework.integration.dsl.channel.PriorityChannelSpec
-
- doGet() - Method in class org.springframework.integration.dsl.channel.QueueChannelSpec
-
- doGet() - Method in class org.springframework.integration.dsl.channel.QueueChannelSpec.MessageStoreSpec
-
- doGet() - Method in class org.springframework.integration.dsl.core.EndpointSpec
-
- doGet() - Method in class org.springframework.integration.dsl.core.IntegrationComponentSpec
-
- doGet() - Method in class org.springframework.integration.dsl.core.MessageProducerSpec
-
- doGet() - Method in class org.springframework.integration.dsl.core.MessagingGatewaySpec
-
- doGet() - Method in class org.springframework.integration.dsl.core.PollerSpec
-
- doGet() - Method in class org.springframework.integration.dsl.EnricherSpec
-
- doGet() - Method in class org.springframework.integration.dsl.file.FileInboundChannelAdapterSpec
-
- doGet() - Method in class org.springframework.integration.dsl.file.FileTransferringMessageHandlerSpec
-
- doGet() - Method in class org.springframework.integration.dsl.file.FileWritingMessageHandlerSpec
-
- doGet() - Method in class org.springframework.integration.dsl.file.RemoteFileInboundChannelAdapterSpec
-
- doGet() - Method in class org.springframework.integration.dsl.file.RemoteFileOutboundGatewaySpec
-
- doGet() - Method in class org.springframework.integration.dsl.file.TailAdapterSpec
-
- doGet() - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
- doGet() - Method in class org.springframework.integration.dsl.jms.JmsDestinationAccessorSpec
-
- doGet() - Method in class org.springframework.integration.dsl.jms.JmsInboundChannelAdapterSpec
-
- doGet() - Method in class org.springframework.integration.dsl.jms.JmsMessageChannelSpec
-
- doGet() - Method in class org.springframework.integration.dsl.jms.JmsOutboundChannelAdapterSpec
-
- doGet() - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- doGet() - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec.ReplyContainerSpec
-
- doGet() - Method in class org.springframework.integration.dsl.jms.JmsPollableMessageChannelSpec
-
- doGet() - Method in class org.springframework.integration.dsl.mail.MailInboundChannelAdapterSpec
-
- doGet() - Method in class org.springframework.integration.dsl.mail.MailSendingMessageHandlerSpec
-
- doGet() - Method in class org.springframework.integration.dsl.ResequencerSpec
-
- doStart() - Method in class org.springframework.integration.dsl.jms.JmsInboundGateway
-
- doStart() - Method in class org.springframework.integration.dsl.jms.JmsMessageDrivenChannelAdapter
-
- doStop() - Method in class org.springframework.integration.dsl.jms.JmsInboundGateway
-
- doStop() - Method in class org.springframework.integration.dsl.jms.JmsMessageDrivenChannelAdapter
-
- DslIntegrationConfigurationInitializer - Class in org.springframework.integration.dsl.config
-
The Java DSL Integration infrastructure beanFactory initializer.
- DslIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.dsl.config.DslIntegrationConfigurationInitializer
-
- durableSubscriptionName(String) - Method in class org.springframework.integration.dsl.jms.JmsListenerContainerSpec
-
- durableSubscriptionName(String) - Method in class org.springframework.integration.dsl.jms.JmsPublishSubscribeMessageChannelSpec
-
- handle(MessageHandlerSpec<?, ? extends MessageHandler>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a
ServiceActivatingHandler for the selected protocol specific
MessageHandler implementation from
Namespace Factory:
.handle(Amqp.outboundAdapter(this.amqpTemplate).routingKeyExpression("headers.routingKey"))
- handle(MessageHandler) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a ServiceActivatingHandler for the provided
MessageHandler implementation.
- handle(String, String) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a ServiceActivatingHandler for the
MethodInvokingMessageProcessor
to invoke the method for provided bean at runtime.
- handle(String, String, Consumer<GenericEndpointSpec<ServiceActivatingHandler>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a ServiceActivatingHandler for the
MethodInvokingMessageProcessor
to invoke the method for provided bean at runtime.
- handle(GenericHandler<P>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a
ServiceActivatingHandler for the
MethodInvokingMessageProcessor
to invoke the provided
GenericHandler at runtime.
- handle(GenericHandler<P>, Consumer<GenericEndpointSpec<ServiceActivatingHandler>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a
ServiceActivatingHandler for the
MethodInvokingMessageProcessor
to invoke the provided
GenericHandler at runtime.
- handle(Class<P>, GenericHandler<P>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a
ServiceActivatingHandler for the
MethodInvokingMessageProcessor
to invoke the provided
GenericHandler at runtime.
- handle(Class<P>, GenericHandler<P>, Consumer<GenericEndpointSpec<ServiceActivatingHandler>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a
ServiceActivatingHandler for the
MethodInvokingMessageProcessor
to invoke the provided
GenericHandler at runtime.
- handle(MessageHandlerSpec<?, H>, Consumer<GenericEndpointSpec<H>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a
ServiceActivatingHandler for the selected protocol specific
MessageHandler implementation from
Namespace Factory:
In addition accept options for the integration endpoint using
GenericEndpointSpec.
- handle(H, Consumer<GenericEndpointSpec<H>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a ServiceActivatingHandler for the provided
MessageHandler implementation.
- handle(P, Map<String, Object>) - Method in interface org.springframework.integration.dsl.support.GenericHandler
-
- handleWithAdapter(Function<Adapters, MessageHandlerSpec<?, H>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a
ServiceActivatingHandler for the selected protocol specific
MessageHandler implementation from
Adapters factory.
- handleWithAdapter(Function<Adapters, MessageHandlerSpec<?, H>>, Consumer<GenericEndpointSpec<H>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate a
ServiceActivatingHandler for the selected protocol specific
MessageHandler implementation from
Adapters factory.
- hashCode() - Method in class org.springframework.integration.dsl.support.tuple.Tuple
-
- header(String, V) - Method in class org.springframework.integration.dsl.EnricherSpec
-
Set a header with the value if it is not already present.
- header(String, V, Boolean) - Method in class org.springframework.integration.dsl.EnricherSpec
-
- header(String, HeaderValueMessageProcessor<V>) - Method in class org.springframework.integration.dsl.EnricherSpec
-
Set a header value using an explicit HeaderValueMessageProcessor.
- header(String, V) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add a single header specification.
- header(String, V, Boolean) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add a single header specification.
- header(String, HeaderValueMessageProcessor<V>) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add a single header specification where the value is obtained by calling the
HeaderValueMessageProcessor.
- headerChannelsToString() - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add header specifications to automatically convert header channels (reply, error
channels) to Strings and store them in a header channel registry.
- HeaderEnricherSpec - Class in org.springframework.integration.dsl
-
- headerExpression(String, String) - Method in class org.springframework.integration.dsl.EnricherSpec
-
Set a header with the expression evaluation if the header is not already present.
- headerExpression(String, String, Boolean) - Method in class org.springframework.integration.dsl.EnricherSpec
-
- headerExpression(String, String) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add a single header specification where the value is a String representation of a
SpEL Expression.
- headerExpression(String, String, Boolean) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add a single header specification where the value is a String representation of a
SpEL Expression.
- headerExpressions(MapBuilder<?, String, String>) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add header specifications from the
MapBuilder; the
Map values must
be String representations of SpEL expressions that will be evaluated at run time
when the message headers are enriched.
- headerExpressions(MapBuilder<?, String, String>, Boolean) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add header specifications from the
MapBuilder; the
Map values must
be String representations of SpEL expressions that will be evaluated at run time
when the message headers are enriched.
- headerExpressions(Consumer<StringStringMapBuilder>) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add header specifications via the consumer callback, which receives a
StringStringMapBuilder; the
Map values must be String
representations of SpEL expressions that will be evaluated at run time when the
message headers are enriched.
- headerExpressions(Consumer<StringStringMapBuilder>, Boolean) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add header specifications via the consumer callback, which receives a
StringStringMapBuilder; the
Map values must be String
representations of SpEL expressions that will be evaluated at run time when the
message headers are enriched.
- headerExpressions(Map<String, String>) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add header specifications; the Map values must be String representations
of SpEL expressions that will be evaluated at run time when the message headers are
enriched.
- headerExpressions(Map<String, String>, Boolean) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add header specifications; the Map values must be String representations of
SpEL expressions that will be evaluated at run time when the message headers are
enriched.
- headerFilter(String...) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
- headerFilter(String, boolean) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
- headerFilter(HeaderFilter, Consumer<GenericEndpointSpec<MessageTransformingHandler>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the provided MessageTransformingHandler for the provided
HeaderFilter.
- headerFunction(String, Function<Message<P>, Object>) - Method in class org.springframework.integration.dsl.EnricherSpec
-
Set a header with the function return value if the header is not already present.
- headerFunction(String, Function<Message<P>, Object>, Boolean) - Method in class org.springframework.integration.dsl.EnricherSpec
-
- headerFunction(String, Function<Message<P>, Object>) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add a single header specification where the value is obtained by invoking the
Function callback.
- headerFunction(String, Function<Message<P>, Object>, Boolean) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add a single header specification where the value is obtained by invoking the
Function callback.
- headerMapper(AmqpHeaderMapper) - Method in class org.springframework.integration.dsl.amqp.AmqpBaseInboundChannelAdapterSpec
-
Configure the adapter's AmqpHeaderMapper;
defaults to DefaultAmqpHeaderMapper.
- headerMapper - Variable in class org.springframework.integration.dsl.amqp.AmqpBaseInboundGatewaySpec
-
- headerMapper(AmqpHeaderMapper) - Method in class org.springframework.integration.dsl.amqp.AmqpBaseInboundGatewaySpec
-
Configure the gateway's AmqpHeaderMapper; defaults to
DefaultAmqpHeaderMapper.
- headerMapper(AmqpHeaderMapper) - Method in class org.springframework.integration.dsl.amqp.AmqpOutboundEndpointSpec
-
- headerMapper(JmsHeaderMapper) - Method in class org.springframework.integration.dsl.jms.JmsInboundChannelAdapterSpec
-
Configure a JmsHeaderMapper to map from JMS headers and properties to
Spring Integration headers.
- headerMapper(JmsHeaderMapper) - Method in class org.springframework.integration.dsl.jms.JmsOutboundChannelAdapterSpec
-
- headerMapper(JmsHeaderMapper) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- headers(MapBuilder<?, String, Object>) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add header specifications from the
MapBuilder; if a map value is an
Expression, it will be evaluated at run time when the message headers are
enriched.
- headers(MapBuilder<?, String, Object>, Boolean) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add header specifications from the
MapBuilder; if a map value is an
Expression, it will be evaluated at run time when the message headers are
enriched.
- headers(Map<String, Object>) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add header specifications from the Map; if a map value is an
Expression, it will be evaluated at run time when the message headers are
enriched.
- headers(Map<String, Object>, Boolean) - Method in class org.springframework.integration.dsl.HeaderEnricherSpec
-
Add header specifications from the Map; if a map value is an
Expression, it will be evaluated at run time when the message headers are
enriched.
- headers() - Static method in class org.springframework.integration.dsl.mail.Mail
-
- objectToString() - Static method in class org.springframework.integration.dsl.support.Transformers
-
- objectToString(String) - Static method in class org.springframework.integration.dsl.support.Transformers
-
- of(T1) - Static method in class org.springframework.integration.dsl.support.tuple.Tuples
-
Create a
Tuple1 with the given object.
- of(T1, T2) - Static method in class org.springframework.integration.dsl.support.tuple.Tuples
-
Create a
Tuple2 with the given objects.
- onInit() - Method in class org.springframework.integration.dsl.jms.JmsInboundGateway
-
- onInit() - Method in class org.springframework.integration.dsl.jms.JmsMessageDrivenChannelAdapter
-
- options(String) - Method in class org.springframework.integration.dsl.file.RemoteFileOutboundGatewaySpec
-
- options(AbstractRemoteFileOutboundGateway.Option...) - Method in class org.springframework.integration.dsl.file.RemoteFileOutboundGatewaySpec
-
- order(int) - Method in class org.springframework.integration.dsl.core.ConsumerEndpointSpec
-
- org.springframework.integration.dsl - package org.springframework.integration.dsl
-
Root package of the Spring Integration Java DSL.
- org.springframework.integration.dsl.amqp - package org.springframework.integration.dsl.amqp
-
Provides AMQP Components support for Spring Integration Java DSL.
- org.springframework.integration.dsl.channel - package org.springframework.integration.dsl.channel
-
Contains MessageChannel Builders DSL.
- org.springframework.integration.dsl.config - package org.springframework.integration.dsl.config
-
Provides config classes of the Spring Integration Java DSL.
- org.springframework.integration.dsl.core - package org.springframework.integration.dsl.core
-
Provides core classes of the Spring Integration Java DSL.
- org.springframework.integration.dsl.file - package org.springframework.integration.dsl.file
-
Provides File Components support for Spring Integration Java DSL.
- org.springframework.integration.dsl.ftp - package org.springframework.integration.dsl.ftp
-
Provides FTP Components support for Spring Integration Java DSL.
- org.springframework.integration.dsl.jms - package org.springframework.integration.dsl.jms
-
Provides JMS Components support for Spring Integration Java DSL.
- org.springframework.integration.dsl.mail - package org.springframework.integration.dsl.mail
-
Provides Mail Components support for Spring Integration Java DSL.
- org.springframework.integration.dsl.sftp - package org.springframework.integration.dsl.sftp
-
Provides SFTP Components support for Spring Integration Java DSL.
- org.springframework.integration.dsl.support - package org.springframework.integration.dsl.support
-
Provides various support classes used across Spring Integration Java DSL Components.
- org.springframework.integration.dsl.support.tuple - package org.springframework.integration.dsl.support.tuple
-
Tuples provide a type-safe way to specify multiple parameters.
- outboundAdapter(AmqpTemplate) - Static method in class org.springframework.integration.dsl.amqp.Amqp
-
Create an initial AmqpOutboundEndpointSpec (adapter).
- outboundAdapter(File) - Static method in class org.springframework.integration.dsl.file.Files
-
- outboundAdapter(String) - Static method in class org.springframework.integration.dsl.file.Files
-
- outboundAdapter(Function<Message<P>, ?>) - Static method in class org.springframework.integration.dsl.file.Files
-
- outboundAdapter(SessionFactory<FTPFile>) - Static method in class org.springframework.integration.dsl.ftp.Ftp
-
- outboundAdapter(SessionFactory<FTPFile>, FileExistsMode) - Static method in class org.springframework.integration.dsl.ftp.Ftp
-
- outboundAdapter(RemoteFileTemplate<FTPFile>) - Static method in class org.springframework.integration.dsl.ftp.Ftp
-
- outboundAdapter(RemoteFileTemplate<FTPFile>, FileExistsMode) - Static method in class org.springframework.integration.dsl.ftp.Ftp
-
- outboundAdapter(JmsTemplate) - Static method in class org.springframework.integration.dsl.jms.Jms
-
- outboundAdapter(ConnectionFactory) - Static method in class org.springframework.integration.dsl.jms.Jms
-
- outboundAdapter(String) - Static method in class org.springframework.integration.dsl.mail.Mail
-
- outboundAdapter(SessionFactory<ChannelSftp.LsEntry>) - Static method in class org.springframework.integration.dsl.sftp.Sftp
-
- outboundAdapter(SessionFactory<ChannelSftp.LsEntry>, FileExistsMode) - Static method in class org.springframework.integration.dsl.sftp.Sftp
-
- outboundAdapter(RemoteFileTemplate<ChannelSftp.LsEntry>) - Static method in class org.springframework.integration.dsl.sftp.Sftp
-
- outboundAdapter(RemoteFileTemplate<ChannelSftp.LsEntry>, FileExistsMode) - Static method in class org.springframework.integration.dsl.sftp.Sftp
-
- outboundGateway(AmqpTemplate) - Static method in class org.springframework.integration.dsl.amqp.Amqp
-
Create an initial AmqpOutboundEndpointSpec (gateway).
- outboundGateway(File) - Static method in class org.springframework.integration.dsl.file.Files
-
- outboundGateway(String) - Static method in class org.springframework.integration.dsl.file.Files
-
- outboundGateway(Function<Message<P>, ?>) - Static method in class org.springframework.integration.dsl.file.Files
-
- outboundGateway(SessionFactory<FTPFile>, AbstractRemoteFileOutboundGateway.Command, String) - Static method in class org.springframework.integration.dsl.ftp.Ftp
-
- outboundGateway(SessionFactory<FTPFile>, String, String) - Static method in class org.springframework.integration.dsl.ftp.Ftp
-
- outboundGateway(ConnectionFactory) - Static method in class org.springframework.integration.dsl.jms.Jms
-
- outboundGateway(SessionFactory<ChannelSftp.LsEntry>, AbstractRemoteFileOutboundGateway.Command, String) - Static method in class org.springframework.integration.dsl.sftp.Sftp
-
- outboundGateway(SessionFactory<ChannelSftp.LsEntry>, String, String) - Static method in class org.springframework.integration.dsl.sftp.Sftp
-
- outputChannel(MessageChannel) - Method in class org.springframework.integration.dsl.core.MessageProducerSpec
-
Specify the outputChannel for the
MessageProducer
- outputChannel(MessageChannel) - Method in class org.springframework.integration.dsl.file.TailAdapterSpec
-
- outputExpression(String) - Method in class org.springframework.integration.dsl.AggregatorSpec
-
An expression to determine the output message from the released group.
- outputProcessor(MessageGroupProcessor) - Method in class org.springframework.integration.dsl.AggregatorSpec
-
A processor to determine the output message from the released group.
- receiver - Variable in class org.springframework.integration.dsl.mail.MailInboundChannelAdapterSpec
-
- receiveTimeout(long) - Method in class org.springframework.integration.dsl.amqp.AmqpInboundChannelAdapterSpec
-
- receiveTimeout(long) - Method in class org.springframework.integration.dsl.amqp.AmqpInboundGatewaySpec
-
- receiveTimeout(long) - Method in class org.springframework.integration.dsl.amqp.AmqpMessageChannelSpec
-
- receiveTimeout(long) - Method in class org.springframework.integration.dsl.core.PollerSpec
-
Specify a timeout in milliseconds to wait for a message in the
MessageChannel.
- receiveTimeout(long) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- receiveTimeout(Long) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec.ReplyContainerSpec
-
- receiveTimeout(long) - Method in class org.springframework.integration.dsl.jms.JmsPollableMessageChannelSpec
-
- receiveTimeout(long) - Method in class org.springframework.integration.dsl.jms.JmsTemplateSpec
-
- recipient(String, String) - Method in class org.springframework.integration.dsl.RecipientListRouterSpec
-
Adds a recipient channel that will be selected if the the expression evaluates to 'true'.
- recipient(String, MessageSelector) - Method in class org.springframework.integration.dsl.RecipientListRouterSpec
-
Adds a recipient channel that will be selected if the the selector's accept method returns 'true'.
- recipientFlow(MessageSelector, IntegrationFlow) - Method in class org.springframework.integration.dsl.RecipientListRouterSpec
-
Adds a subflow that will be invoked if the selector's accept methods returns 'true'.
- recipientFlow(String, IntegrationFlow) - Method in class org.springframework.integration.dsl.RecipientListRouterSpec
-
Adds a subflow that will be invoked if the expression evaluates to 'true'.
- RecipientListRouterSpec - Class in org.springframework.integration.dsl
-
- recoveryInterval(long) - Method in class org.springframework.integration.dsl.amqp.AmqpInboundChannelAdapterSpec
-
- recoveryInterval(long) - Method in class org.springframework.integration.dsl.amqp.AmqpInboundGatewaySpec
-
- recoveryInterval(long) - Method in class org.springframework.integration.dsl.amqp.AmqpMessageChannelSpec
-
- recoveryInterval(long) - Method in class org.springframework.integration.dsl.jms.JmsMessageChannelSpec
-
- recoveryInterval(Long) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec.ReplyContainerSpec
-
- regexFileNameFilter(String) - Method in class org.springframework.integration.dsl.file.RemoteFileOutboundGatewaySpec
-
- regexFileNameFilter(String) - Method in class org.springframework.integration.dsl.ftp.FtpOutboundGatewaySpec
-
- regexFileNameFilter(String) - Method in class org.springframework.integration.dsl.sftp.SftpOutboundGatewaySpec
-
- regexFilter(String) - Method in class org.springframework.integration.dsl.file.FileInboundChannelAdapterSpec
-
Configure a RegexPatternFileListFilter with preventDuplicates = true.
- regexFilter(String, boolean) - Method in class org.springframework.integration.dsl.file.FileInboundChannelAdapterSpec
-
Configure a RegexPatternFileListFilter.
- regexFilter(String) - Method in class org.springframework.integration.dsl.file.RemoteFileInboundChannelAdapterSpec
-
Configure a regex pattern filter (e.g.
- regexFilter(String) - Method in class org.springframework.integration.dsl.ftp.FtpInboundChannelAdapterSpec
-
- regexFilter(String) - Method in class org.springframework.integration.dsl.sftp.SftpInboundChannelAdapterSpec
-
- regexMpuFilter(String) - Method in class org.springframework.integration.dsl.file.RemoteFileOutboundGatewaySpec
-
- releaseExpression(String) - Method in class org.springframework.integration.dsl.CorrelationHandlerSpec
-
Configure the handler with an ExpressionEvaluatingReleaseStrategy for the
given expression.
- releasePartialSequences(boolean) - Method in class org.springframework.integration.dsl.ResequencerSpec
-
- releaseStrategy(Object, String) - Method in class org.springframework.integration.dsl.CorrelationHandlerSpec
-
Configure the handler with an
MethodInvokingReleaseStrategy
for the target object and method name.
- releaseStrategy(ReleaseStrategy) - Method in class org.springframework.integration.dsl.CorrelationHandlerSpec
-
- remoteDirectory(String) - Method in class org.springframework.integration.dsl.file.FileTransferringMessageHandlerSpec
-
- remoteDirectory(Function<Message<P>, String>) - Method in class org.springframework.integration.dsl.file.FileTransferringMessageHandlerSpec
-
- remoteDirectory(String) - Method in class org.springframework.integration.dsl.file.RemoteFileInboundChannelAdapterSpec
-
- remoteDirectoryExpression(String) - Method in class org.springframework.integration.dsl.file.FileTransferringMessageHandlerSpec
-
- RemoteFileInboundChannelAdapterSpec<F,S extends RemoteFileInboundChannelAdapterSpec<F,S,MS>,MS extends org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizingMessageSource<F>> - Class in org.springframework.integration.dsl.file
-
- RemoteFileInboundChannelAdapterSpec(AbstractInboundFileSynchronizer<F>) - Constructor for class org.springframework.integration.dsl.file.RemoteFileInboundChannelAdapterSpec
-
- RemoteFileOutboundGatewaySpec<F,S extends RemoteFileOutboundGatewaySpec<F,S>> - Class in org.springframework.integration.dsl.file
-
- RemoteFileOutboundGatewaySpec(AbstractRemoteFileOutboundGateway<F>) - Constructor for class org.springframework.integration.dsl.file.RemoteFileOutboundGatewaySpec
-
- remoteFileSeparator(String) - Method in class org.springframework.integration.dsl.file.FileTransferringMessageHandlerSpec
-
- remoteFileSeparator(String) - Method in class org.springframework.integration.dsl.file.RemoteFileInboundChannelAdapterSpec
-
Configure the file name path separator used by the remote system.
- remoteFileSeparator(String) - Method in class org.springframework.integration.dsl.file.RemoteFileOutboundGatewaySpec
-
- renameExpression(String) - Method in class org.springframework.integration.dsl.file.RemoteFileOutboundGatewaySpec
-
- rendezvous() - Static method in class org.springframework.integration.dsl.channel.MessageChannels
-
- rendezvous(String) - Static method in class org.springframework.integration.dsl.channel.MessageChannels
-
- rendezvous() - Method in class org.springframework.integration.dsl.Channels
-
- rendezvous(String) - Method in class org.springframework.integration.dsl.Channels
-
- RendezvousChannelSpec - Class in org.springframework.integration.dsl.channel
-
- reopen(boolean) - Method in class org.springframework.integration.dsl.file.TailAdapterSpec
-
- replyChannel(MessageChannel) - Method in class org.springframework.integration.dsl.core.MessagingGatewaySpec
-
- replyChannel(MessageChannel) - Method in class org.springframework.integration.dsl.EnricherSpec
-
- replyChannel(String) - Method in class org.springframework.integration.dsl.EnricherSpec
-
- replyChannel(MessageChannel) - Method in class org.springframework.integration.dsl.GatewayEndpointSpec
-
- replyChannel(String) - Method in class org.springframework.integration.dsl.GatewayEndpointSpec
-
- replyContainer() - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
Configure a reply container with default properties.
- replyContainer(Consumer<JmsOutboundGatewaySpec.ReplyContainerSpec>) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- replyDeliveryPersistent(boolean) - Method in class org.springframework.integration.dsl.jms.JmsInboundGatewaySpec
-
- replyDestination(Destination) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- replyDestination(String) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- replyDestination(Function<Message<P>, ?>) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
Configure a
Function that will be invoked at run time to determine the destination from
which a reply will be received.
- replyDestinationExpression(String) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- replyMapper(OutboundMessageMapper<?>) - Method in class org.springframework.integration.dsl.core.MessagingGatewaySpec
-
- replyPriority(int) - Method in class org.springframework.integration.dsl.jms.JmsInboundGatewaySpec
-
- replyPubSubDomain(boolean) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- replyTimeout(long) - Method in class org.springframework.integration.dsl.core.MessagingGatewaySpec
-
- replyTimeout(Long) - Method in class org.springframework.integration.dsl.EnricherSpec
-
- replyTimeout(Long) - Method in class org.springframework.integration.dsl.GatewayEndpointSpec
-
- replyTimeToLive(long) - Method in class org.springframework.integration.dsl.jms.JmsInboundGatewaySpec
-
- replyTo(String) - Method in class org.springframework.integration.dsl.mail.MailHeadersBuilder
-
- replyToExpression(String) - Method in class org.springframework.integration.dsl.mail.MailHeadersBuilder
-
- replyToFunction(Function<Message<P>, String>) - Method in class org.springframework.integration.dsl.mail.MailHeadersBuilder
-
- requestChannel(MessageChannel) - Method in class org.springframework.integration.dsl.core.MessagingGatewaySpec
-
- requestChannel(MessageChannel) - Method in class org.springframework.integration.dsl.EnricherSpec
-
- requestChannel(String) - Method in class org.springframework.integration.dsl.EnricherSpec
-
- requestDestination(Destination) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- requestDestination(String) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- requestDestination(Function<Message<P>, ?>) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
Configure a
Function that will be invoked at run time to determine the destination to
which a message will be sent.
- requestDestinationExpression(String) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- requestMapper(InboundMessageMapper<?>) - Method in class org.springframework.integration.dsl.core.MessagingGatewaySpec
-
- requestPayload(Function<Message<P>, ?>) - Method in class org.springframework.integration.dsl.EnricherSpec
-
- requestPayloadExpression(String) - Method in class org.springframework.integration.dsl.EnricherSpec
-
- requestPubSubDomain(boolean) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- requestTimeout(long) - Method in class org.springframework.integration.dsl.core.MessagingGatewaySpec
-
- requestTimeout(Long) - Method in class org.springframework.integration.dsl.EnricherSpec
-
- requestTimeout(Long) - Method in class org.springframework.integration.dsl.GatewayEndpointSpec
-
- requiresReply(boolean) - Method in class org.springframework.integration.dsl.core.ConsumerEndpointSpec
-
- resequence() - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the ResequencingMessageHandler with default options.
- resequence(Consumer<GenericEndpointSpec<ResequencingMessageHandler>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the ResequencingMessageHandler with default options.
- resequence(Consumer<ResequencerSpec>, Consumer<GenericEndpointSpec<ResequencingMessageHandler>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the
ResequencingMessageHandler with provided options from
ResequencerSpec.
- ResequencerSpec - Class in org.springframework.integration.dsl
-
- resolutionRequired(boolean) - Method in class org.springframework.integration.dsl.RouterSpec
-
- returnChannel(MessageChannel) - Method in class org.springframework.integration.dsl.amqp.AmqpOutboundEndpointSpec
-
- route(String, String) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the MethodInvokingRouter for provided bean and its method
with default options.
- route(String, String, Consumer<RouterSpec<MethodInvokingRouter>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the
MethodInvokingRouter for provided bean and its method
with provided options from
RouterSpec.
- route(String, String, Consumer<RouterSpec<MethodInvokingRouter>>, Consumer<GenericEndpointSpec<MethodInvokingRouter>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the
MethodInvokingRouter for provided bean and its method
with provided options from
RouterSpec.
- route(String) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the ExpressionEvaluatingRouter for provided SpEL expression
with default options.
- route(String, Consumer<RouterSpec<ExpressionEvaluatingRouter>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the
ExpressionEvaluatingRouter for provided SpEL expression
with provided options from
RouterSpec.
- route(String, Consumer<RouterSpec<ExpressionEvaluatingRouter>>, Consumer<GenericEndpointSpec<ExpressionEvaluatingRouter>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the
ExpressionEvaluatingRouter for provided bean and its method
with provided options from
RouterSpec.
- route(Function<S, T>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the
MethodInvokingRouter for provided
Function
with default options.
- route(Function<S, T>, Consumer<RouterSpec<MethodInvokingRouter>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the
MethodInvokingRouter for provided
Function
with provided options from
RouterSpec.
- route(Class<P>, Function<P, T>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the
MethodInvokingRouter for provided
Function
and payload type with default options.
- route(Class<P>, Function<P, T>, Consumer<RouterSpec<MethodInvokingRouter>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the
MethodInvokingRouter for provided
Function
and payload type and options from
RouterSpec.
- route(Function<S, T>, Consumer<RouterSpec<MethodInvokingRouter>>, Consumer<GenericEndpointSpec<MethodInvokingRouter>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the
MethodInvokingRouter for provided
Function
with provided options from
RouterSpec.
- route(Class<P>, Function<P, T>, Consumer<RouterSpec<MethodInvokingRouter>>, Consumer<GenericEndpointSpec<MethodInvokingRouter>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the
MethodInvokingRouter for provided
Function
and payload type and options from
RouterSpec.
- route(R, Consumer<RouterSpec<R>>, Consumer<GenericEndpointSpec<R>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
- route(AbstractMessageRouter) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the provided AbstractMessageRouter implementation to the
current integration flow position.
- route(R, Consumer<GenericEndpointSpec<R>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the provided AbstractMessageRouter implementation to the
current integration flow position.
- RouterSpec<R extends org.springframework.integration.router.AbstractMappingMessageRouter> - Class in org.springframework.integration.dsl
-
- routeToRecipients(Consumer<RecipientListRouterSpec>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
- routeToRecipients(Consumer<RecipientListRouterSpec>, Consumer<GenericEndpointSpec<RecipientListRouter>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
- routingKey(String) - Method in class org.springframework.integration.dsl.amqp.AmqpOutboundEndpointSpec
-
- routingKeyExpression(String) - Method in class org.springframework.integration.dsl.amqp.AmqpOutboundEndpointSpec
-
- tail(File) - Method in class org.springframework.integration.dsl.MessageProducers
-
- tailAdapter(File) - Static method in class org.springframework.integration.dsl.file.Files
-
- TailAdapterSpec - Class in org.springframework.integration.dsl.file
-
- target - Variable in class org.springframework.integration.dsl.core.IntegrationComponentSpec
-
- taskExecutor(Executor) - Method in class org.springframework.integration.dsl.amqp.AmqpInboundChannelAdapterSpec
-
Configure an Executor used to invoke the message listener.
- taskExecutor(Executor) - Method in class org.springframework.integration.dsl.amqp.AmqpInboundGatewaySpec
-
Configure an Executor used to invoke the message listener.
- taskExecutor(Executor) - Method in class org.springframework.integration.dsl.amqp.AmqpMessageChannelSpec
-
Configure an Executor used to invoke the message listener.
- taskExecutor(Executor) - Method in class org.springframework.integration.dsl.core.PollerSpec
-
Specify an Executor to perform the pollingTask.
- taskExecutor(TaskExecutor) - Method in class org.springframework.integration.dsl.file.TailAdapterSpec
-
Configure a task executor.
- taskExecutor(Executor) - Method in class org.springframework.integration.dsl.jms.JmsMessageChannelSpec
-
- taskExecutor(Executor) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec.ReplyContainerSpec
-
- taskScheduler(TaskScheduler) - Method in class org.springframework.integration.dsl.CorrelationHandlerSpec
-
- taskScheduler(TaskScheduler) - Method in class org.springframework.integration.dsl.file.TailAdapterSpec
-
Set a task scheduler - defaults to the integration 'taskScheduler'.
- templateChannelTransacted(boolean) - Method in class org.springframework.integration.dsl.amqp.AmqpPollableMessageChannelSpec
-
Configure channelTransacted on the
RabbitTemplate used when sending
messages to the channel.
- temporaryFileSuffix(String) - Method in class org.springframework.integration.dsl.file.FileTransferringMessageHandlerSpec
-
- temporaryFileSuffix(String) - Method in class org.springframework.integration.dsl.file.FileWritingMessageHandlerSpec
-
- temporaryFileSuffix(String) - Method in class org.springframework.integration.dsl.file.RemoteFileInboundChannelAdapterSpec
-
Configure a suffix to temporarily apply to the local filename; when copied the
file is renamed to its final name.
- temporaryFileSuffix(String) - Method in class org.springframework.integration.dsl.file.RemoteFileOutboundGatewaySpec
-
- temporaryRemoteDirectory(String) - Method in class org.springframework.integration.dsl.file.FileTransferringMessageHandlerSpec
-
- temporaryRemoteDirectory(Function<Message<P>, String>) - Method in class org.springframework.integration.dsl.file.FileTransferringMessageHandlerSpec
-
- temporaryRemoteDirectoryExpression(String) - Method in class org.springframework.integration.dsl.file.FileTransferringMessageHandlerSpec
-
- throwExceptionOnRejection(boolean) - Method in class org.springframework.integration.dsl.FilterEndpointSpec
-
- timeToLive(long) - Method in class org.springframework.integration.dsl.jms.JmsOutboundGatewaySpec
-
- timeToLive(long) - Method in class org.springframework.integration.dsl.jms.JmsPollableMessageChannelSpec
-
- timeToLive(long) - Method in class org.springframework.integration.dsl.jms.JmsTemplateSpec
-
- to(String...) - Method in class org.springframework.integration.dsl.mail.MailHeadersBuilder
-
- toArray() - Method in class org.springframework.integration.dsl.support.tuple.Tuple
-
Turn this Tuple into a plain Object array.
- toExpression(String) - Method in class org.springframework.integration.dsl.mail.MailHeadersBuilder
-
- toFunction(Function<Message<P>, String[]>) - Method in class org.springframework.integration.dsl.mail.MailHeadersBuilder
-
- toJson() - Static method in class org.springframework.integration.dsl.support.Transformers
-
- toJson(JsonObjectMapper<?, ?>) - Static method in class org.springframework.integration.dsl.support.Transformers
-
- toJson(JsonObjectMapper<?, ?>, ObjectToJsonTransformer.ResultType) - Static method in class org.springframework.integration.dsl.support.Transformers
-
- toJson(String) - Static method in class org.springframework.integration.dsl.support.Transformers
-
- toJson(JsonObjectMapper<?, ?>, String) - Static method in class org.springframework.integration.dsl.support.Transformers
-
- toJson(ObjectToJsonTransformer.ResultType, String) - Static method in class org.springframework.integration.dsl.support.Transformers
-
- toJson(JsonObjectMapper<?, ?>, ObjectToJsonTransformer.ResultType, String) - Static method in class org.springframework.integration.dsl.support.Transformers
-
- toMap() - Static method in class org.springframework.integration.dsl.support.Transformers
-
- toMap(boolean) - Static method in class org.springframework.integration.dsl.support.Transformers
-
- toString() - Method in class org.springframework.integration.dsl.support.FixedSubscriberChannelPrototype
-
- transactional(PlatformTransactionManager) - Method in class org.springframework.integration.dsl.core.PollerSpec
-
Specify a TransactionInterceptor Advice with the
provided PlatformTransactionManager for the pollingTask.
- transactionAttribute(TransactionAttribute) - Method in class org.springframework.integration.dsl.amqp.AmqpMessageChannelSpec
-
- transactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.dsl.amqp.AmqpInboundChannelAdapterSpec
-
Configure a PlatformTransactionManager; used to synchronize the rabbit transaction
with some other transaction(s).
- transactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.dsl.amqp.AmqpInboundGatewaySpec
-
Configure a PlatformTransactionManager; used to synchronize the rabbit transaction
with some other transaction(s).
- transactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.dsl.amqp.AmqpMessageChannelSpec
-
Configure a PlatformTransactionManager; used to synchronize the rabbit transaction
with some other transaction(s).
- transactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.dsl.jms.JmsMessageChannelSpec
-
- transactionName(String) - Method in class org.springframework.integration.dsl.jms.JmsMessageChannelSpec
-
- transactionSynchronizationFactory(TransactionSynchronizationFactory) - Method in class org.springframework.integration.dsl.core.PollerSpec
-
Specify the TransactionSynchronizationFactory to attach a
TransactionSynchronization
to the transaction around poll operation.
- transactionSynchronizationFactory(TransactionSynchronizationFactory) - Method in class org.springframework.integration.dsl.mail.ImapIdleChannelAdapterSpec
-
Configure a TransactionSynchronizationFactory.
- transactionTimeout(int) - Method in class org.springframework.integration.dsl.jms.JmsMessageChannelSpec
-
- transform(String) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the Transformer EI Pattern specific MessageHandler implementation
for the SpEL Expression.
- transform(GenericTransformer<S, T>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the MessageTransformingHandler instance for the provided GenericTransformer.
- transform(Class<P>, GenericTransformer<P, T>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the MessageTransformingHandler instance for the provided GenericTransformer
for the specific payloadType to convert at runtime.
- transform(GenericTransformer<S, T>, Consumer<GenericEndpointSpec<MessageTransformingHandler>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the MessageTransformingHandler instance for the provided GenericTransformer.
- transform(Class<P>, GenericTransformer<P, T>, Consumer<GenericEndpointSpec<MessageTransformingHandler>>) - Method in class org.springframework.integration.dsl.IntegrationFlowDefinition
-
Populate the MessageTransformingHandler instance for the provided GenericTransformer
for the specific payloadType to convert at runtime.
- Transformers - Class in org.springframework.integration.dsl.support
-
An utility class to provide methods for out-of-the-box
Transformers.
- Transformers() - Constructor for class org.springframework.integration.dsl.support.Transformers
-
- trigger(Trigger) - Method in class org.springframework.integration.dsl.core.PollerFactory
-
- trigger(Trigger) - Static method in class org.springframework.integration.dsl.core.Pollers
-
- Tuple - Class in org.springframework.integration.dsl.support.tuple
-
A Tuple is an immutable Collection of objects,
each of which can be of an arbitrary type.
- Tuple(Collection<Object>) - Constructor for class org.springframework.integration.dsl.support.tuple.Tuple
-
Creates a new Tuple that holds the given values.
- Tuple(Object...) - Constructor for class org.springframework.integration.dsl.support.tuple.Tuple
-
Creates a new Tuple that holds the given values.
- Tuple1<T1> - Class in org.springframework.integration.dsl.support.tuple
-
A tuple that holds a single value
- Tuple2<T1,T2> - Class in org.springframework.integration.dsl.support.tuple
-
A tuple that holds two values
- Tuples - Class in org.springframework.integration.dsl.support.tuple
-
- Tuples() - Constructor for class org.springframework.integration.dsl.support.tuple.Tuples
-
- txSize(int) - Method in class org.springframework.integration.dsl.amqp.AmqpInboundChannelAdapterSpec
-
- txSize(int) - Method in class org.springframework.integration.dsl.amqp.AmqpInboundGatewaySpec
-
- txSize(int) - Method in class org.springframework.integration.dsl.amqp.AmqpMessageChannelSpec
-