Uses of Interface
org.springframework.integration.handler.MessageProcessor
Package
Description
Provides classes supporting Cassandra outbound endpoints.
Base package for configuration.
Root package of the Spring Integration Java DSL.
Provides core classes related to Endpoints.
Base package for supporting remote files.
Provides classes supporting the filter pattern.
Base package for Groovy support.
Provides classes implementing various types of message handler.
Provides Spring Integration components for doing outbound operations.
Provides various support classes used across Spring Integration MqttAdapter Components.
Base package for scripting support.
Provides Scripting Components support for Spring Integration Java DSL.
Provides classes supporting JSR223 Scripting.
Provides classes related to message selection.
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
Contains support classes for Transformers.
Contains support classes for Transformers.
-
Uses of MessageProcessor in org.springframework.integration.cassandra.outbound
Modifier and TypeMethodDescriptionvoid
CassandraMessageHandler.setStatementProcessor
(MessageProcessor<com.datastax.oss.driver.api.core.cql.Statement<?>> statementProcessor) -
Uses of MessageProcessor in org.springframework.integration.config
Modifier and TypeMethodDescriptionprotected <T> MessageHandler
AbstractStandardMessageHandlerFactoryBean.createMessageProcessingHandler
(MessageProcessor<T> processor) protected <T> MessageHandler
ServiceActivatorFactoryBean.createMessageProcessingHandler
(MessageProcessor<T> processor) -
Uses of MessageProcessor in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionHeaderEnricherSpec.messageProcessor
(MessageProcessor<?> messageProcessor) Configure an optional customMessageProcessor
for the enricher. -
Uses of MessageProcessor in org.springframework.integration.endpoint
ModifierConstructorDescriptionMessageProcessorMessageSource
(MessageProcessor<?> messageProcessor) -
Uses of MessageProcessor in org.springframework.integration.file.remote
Modifier and TypeMethodDescriptionRemoteFileTemplate.getDirectoryExpressionProcessor()
Return the processor for remote directory SpEL expression if any. -
Uses of MessageProcessor in org.springframework.integration.filter
ModifierConstructorDescriptionAbstractMessageProcessingSelector
(MessageProcessor<Boolean> messageProcessor) -
Uses of MessageProcessor in org.springframework.integration.groovy
Modifier and TypeClassDescriptionclass
class
TheMessageProcessor
implementation to evaluate Groovy scripts. -
Uses of MessageProcessor in org.springframework.integration.handler
Modifier and TypeClassDescriptionclass
class
An "artificial"MessageProcessor
for lazy-load of target bean by its name.class
A MessageProcessor implementation that expects an Expression or expressionString as the Message payload.class
AMessageProcessor
implementation that evaluates a SpEL expression with the Message itself as the root object within the evaluation context.class
TheMessageProcessor
implementation for method invocation on the single method classes - functional interface implementations.class
A MessageProcessor implementation that invokes a method on a target Object.Modifier and TypeMethodDescriptionprotected void
AbstractMessageProducingHandler.setupMessageProcessor
(MessageProcessor<?> processor) -
Uses of MessageProcessor in org.springframework.integration.mqtt.outbound
Modifier and TypeMethodDescriptionprotected MessageProcessor<Integer>
AbstractMqttMessageHandler.getQosProcessor()
protected MessageProcessor<Boolean>
AbstractMqttMessageHandler.getRetainedProcessor()
protected MessageProcessor<String>
AbstractMqttMessageHandler.getTopicProcessor()
-
Uses of MessageProcessor in org.springframework.integration.mqtt.support
Modifier and TypeMethodDescriptionstatic MessageProcessor<Integer>
MqttMessageConverter.defaultQosProcessor()
static MessageProcessor<Boolean>
MqttMessageConverter.defaultRetainedProcessor()
ModifierConstructorDescriptionDefaultPahoMessageConverter
(int defaultQos, MessageProcessor<Integer> qosProcessor, boolean defaultRetained, MessageProcessor<Boolean> retainedProcessor) Construct a converter to create outbound messages with the supplied default qos and retained message processors and a UTF-8 charset for converting outbound String payloads tobyte[]
and inboundbyte[]
to String (unlesspayloadAdBytes
is true).DefaultPahoMessageConverter
(int defaultQos, MessageProcessor<Integer> qosProcessor, boolean defaultRetained, MessageProcessor<Boolean> retainedProcessor, String charset) Construct a converter to create outbound messages with the supplied default qos and retain settings and the supplied charset. -
Uses of MessageProcessor in org.springframework.integration.scripting
Modifier and TypeClassDescriptionclass
BaseMessageProcessor
for scripting implementations to extend. -
Uses of MessageProcessor in org.springframework.integration.scripting.dsl
-
Uses of MessageProcessor in org.springframework.integration.scripting.jsr223
Modifier and TypeClassDescriptionclass
AnAbstractScriptExecutingMessageProcessor
implementation for evaluating scripts from the providedScriptSource
in the providedScriptExecutor
against an optional bindingvariables
. -
Uses of MessageProcessor in org.springframework.integration.selector
ModifierConstructorDescriptionMetadataStoreSelector
(MessageProcessor<String> keyStrategy) MetadataStoreSelector
(MessageProcessor<String> keyStrategy, MessageProcessor<String> valueStrategy) MetadataStoreSelector
(MessageProcessor<String> keyStrategy, MessageProcessor<String> valueStrategy, ConcurrentMetadataStore metadataStore) MetadataStoreSelector
(MessageProcessor<String> keyStrategy, ConcurrentMetadataStore metadataStore) -
Uses of MessageProcessor in org.springframework.integration.transformer
Modifier and TypeMethodDescription<T> void
HeaderEnricher.setMessageProcessor
(MessageProcessor<T> messageProcessor) ModifierConstructorDescriptionprotected
AbstractMessageProcessingTransformer
(MessageProcessor<?> messageProcessor) -
Uses of MessageProcessor in org.springframework.integration.transformer.support
Modifier and TypeClassDescriptionclass
class
class
class
TheRoutingSlip
HeaderValueMessageProcessor
specific implementation.class
ModifierConstructorDescriptionMessageProcessingHeaderValueMessageProcessor
(MessageProcessor<T> targetProcessor) -
Uses of MessageProcessor in org.springframework.integration.xml.transformer.support