Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

N

NackedAmqpMessageException - Exception in org.springframework.integration.amqp.support
An exception representing a negatively acknowledged message from a publisher confirm.
NackedAmqpMessageException(Message<?>, Object, String) - Constructor for exception org.springframework.integration.amqp.support.NackedAmqpMessageException
 
name() - Element in annotation interface org.springframework.integration.annotation.GatewayHeader
 
name() - Element in annotation interface org.springframework.integration.annotation.MessagingGateway
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
name() - Method in record class org.springframework.integration.dsl.support.MessageChannelReference
Returns the value of the name record component.
NAME_ONLY - Enum constant in enum class org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.Option
(-1) Don't return full file information; just the name (ls).
NAME_PROPERTY - Static variable in class org.springframework.integration.history.MessageHistory
 
NamedComponent - Interface in org.springframework.integration.support.context
 
NamedFieldsMBeanAttributeFilter - Class in org.springframework.integration.jmx
 
NamedFieldsMBeanAttributeFilter(String...) - Constructor for class org.springframework.integration.jmx.NamedFieldsMBeanAttributeFilter
 
namedQuery(String) - Method in class org.springframework.integration.jpa.dsl.JpaBaseOutboundEndpointSpec
Specify a name a named JPQL based query or a native SQL query.
namedQuery(String) - Method in class org.springframework.integration.jpa.dsl.JpaInboundChannelAdapterSpec
Specify a name a named JPQL based query or a native SQL query.
nameGenerator() - Element in annotation interface org.springframework.integration.annotation.IntegrationComponentScan
The BeanNameGenerator class to be used for naming detected Spring Integration components.
nativeOptions(String) - Method in class org.springframework.integration.file.dsl.TailAdapterSpec
Specify the options string for native tail command.
nativeQuery(String) - Method in class org.springframework.integration.jpa.dsl.JpaBaseOutboundEndpointSpec
Specify a native SQL query to perform persistent operation.
nativeQuery(String) - Method in class org.springframework.integration.jpa.dsl.JpaInboundChannelAdapterSpec
Specify a native SQL query to perform persistent operation.
NCHAR - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
NCLOB - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
NET_CONNECTION_SUPPORT - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
netClient(String, int) - Static method in class org.springframework.integration.ip.dsl.Tcp
Create a client spec that does not use NIO.
netServer(int) - Static method in class org.springframework.integration.ip.dsl.Tcp
Create a server spec that does not use NIO.
newAssignment - Variable in class org.springframework.integration.kafka.inbound.KafkaMessageSource
 
newInstance() - Static method in class org.springframework.integration.support.json.JsonObjectMapperProvider
Return an object mapper if available.
next() - Method in class org.springframework.integration.util.FunctionIterator
 
nextExecution(TriggerContext) - Method in class org.springframework.integration.test.util.OnlyOnceTrigger
 
nextExecution(TriggerContext) - Method in class org.springframework.integration.util.CompoundTrigger
 
nextExecution(TriggerContext) - Method in class org.springframework.integration.util.DynamicPeriodicTrigger
Return the time after which a task should run again.
NILVALUE - Static variable in class org.springframework.integration.syslog.RFC5424SyslogParser
 
NIO_CONNECTION_SUPPORT - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
nioClient(String, int) - Static method in class org.springframework.integration.ip.dsl.Tcp
Create a client spec that uses NIO.
NioFileLocker - Class in org.springframework.integration.file.locking
File locking strategy that uses java.nio.
NioFileLocker() - Constructor for class org.springframework.integration.file.locking.NioFileLocker
 
nioHarvestInterval(int) - Method in class org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec
 
nioLocker() - Method in class org.springframework.integration.file.dsl.FileInboundChannelAdapterSpec
Configure an NioFileLocker.
nioServer(int) - Static method in class org.springframework.integration.ip.dsl.Tcp
Create a server spec that uses NIO.
nlst(Message<?>, Session<F>, String) - Method in class org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway
List remote files names for the provided directory.
nlst(Message<?>, Session<FTPFile>, String) - Method in class org.springframework.integration.ftp.gateway.FtpOutboundGateway
 
NLST - Enum constant in enum class org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.Command
(nlst) List remote file names.
NLST - Enum constant in enum class org.springframework.integration.ftp.session.FtpRemoteFileTemplate.ExistsMode
Perform the NLST FTP command.
NLST_AND_DIRS - Enum constant in enum class org.springframework.integration.ftp.session.FtpRemoteFileTemplate.ExistsMode
Perform the NLST FTP command and fall back to FTPClient.changeWorkingDirectory(String).
noAutoAck() - Method in interface org.springframework.integration.acks.AcknowledgmentCallback
Disable auto acknowledgment by a SourcePollingChannelAdapter or MessageSourcePollingTemplate.
noAutoAck() - Method in class org.springframework.integration.amqp.inbound.AmqpMessageSource.AmqpAckCallback
 
noAutoAck() - Method in class org.springframework.integration.kafka.inbound.KafkaMessageSource.KafkaAckCallback
 
noAutoStartup() - Element in annotation interface org.springframework.integration.test.context.SpringIntegrationTest
Specify a simple matching patterns ("xxx*", "*xxx", "*xxx*" or "xxx*yyy") for AbstractEndpoint bean names to mark them as autoStartup = false during context initialization.
NODE - Enum constant in enum class org.springframework.integration.json.ObjectToJsonTransformer.ResultType
 
NODE - Static variable in class org.springframework.integration.xml.xpath.XPathUtils
 
NODE_LIST - Static variable in class org.springframework.integration.xml.xpath.XPathUtils
 
NODE_LIST_RESULT - Enum constant in enum class org.springframework.integration.xml.xpath.XPathEvaluationType
 
NODE_RESULT - Enum constant in enum class org.springframework.integration.xml.xpath.XPathEvaluationType
 
nodeToDocument(Node) - Method in class org.springframework.integration.xml.DefaultXmlPayloadConverter
 
noEndpointsRunning(String) - Method in class org.springframework.integration.support.SmartLifecycleRoleController
Return true if none of the endpoints in the role are running or if there are no endpoints in the role.
NoListenerException - Exception in org.springframework.integration.ip.tcp.connection
 
NoListenerException(String) - Constructor for exception org.springframework.integration.ip.tcp.connection.NoListenerException
 
NoListenerException(String, Throwable) - Constructor for exception org.springframework.integration.ip.tcp.connection.NoListenerException
 
NON_READABLE_BODY_HTTP_METHODS - Static variable in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
 
NON_STANDARD_HEADER_NAME_PATTERN - Static variable in class org.springframework.integration.mapping.AbstractHeaderMapper
A special pattern that matches any header that is not a standard header (i.e.
noRouterAttributesProvided() - Method in class org.springframework.integration.config.RouterFactoryBean
 
NOSORT - Enum constant in enum class org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.Option
(-f) Do not sort the results (ls with NAME_ONLY).
NOT_DIRTY_STATUSES - Static variable in class org.springframework.integration.sftp.session.SftpRemoteFileTemplate
 
NOT_DIRTY_STATUSES - Static variable in class org.springframework.integration.smb.session.SmbRemoteFileTemplate
 
NOTICE - Enum constant in enum class org.springframework.integration.syslog.RFC5424SyslogParser.Severity
 
NOTIFICATION_HANDBACK - Static variable in class org.springframework.integration.jmx.JmxHeaders
 
NOTIFICATION_TYPE - Static variable in class org.springframework.integration.jmx.JmxHeaders
 
NotificationListeningChannelAdapterParser - Class in org.springframework.integration.jmx.config
 
NotificationListeningChannelAdapterParser() - Constructor for class org.springframework.integration.jmx.config.NotificationListeningChannelAdapterParser
 
NotificationListeningMessageProducer - Class in org.springframework.integration.jmx
A JMX NotificationListener implementation that will send Messages containing the JMX Notification instances as their payloads.
NotificationListeningMessageProducer() - Constructor for class org.springframework.integration.jmx.NotificationListeningMessageProducer
 
NotificationPublishingChannelAdapterParser - Class in org.springframework.integration.jmx.config
 
NotificationPublishingChannelAdapterParser() - Constructor for class org.springframework.integration.jmx.config.NotificationPublishingChannelAdapterParser
 
NotificationPublishingMessageHandler - Class in org.springframework.integration.jmx
An AbstractMessageHandler implementation to publish an incoming message as a JMX Notification.
NotificationPublishingMessageHandler(String) - Constructor for class org.springframework.integration.jmx.NotificationPublishingMessageHandler
Construct an instance based on the provided object name.
NotificationPublishingMessageHandler(ObjectName) - Constructor for class org.springframework.integration.jmx.NotificationPublishingMessageHandler
Construct an instance based on the provided object name.
NotificationPublishingMessageHandler.PublisherDelegate - Class in org.springframework.integration.jmx
Simple class used for the actual MBean instances to be registered.
notifyUpdate() - Method in interface org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber.Subscription
Indicate that a message was added to the represented region and group id.
notifyUpdate() - Method in class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
 
NotNamedFieldsMBeanAttributeFilter - Class in org.springframework.integration.jmx
 
NotNamedFieldsMBeanAttributeFilter(String...) - Constructor for class org.springframework.integration.jmx.NotNamedFieldsMBeanAttributeFilter
 
notPropagatedHeaders(String...) - Method in class org.springframework.integration.dsl.ConsumerEndpointSpec
Set header patterns ("xxx*", "*xxx", "*xxx*" or "xxx*yyy") that will NOT be copied from the inbound message.
NULL - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
NULL - Static variable in class org.springframework.integration.annotation.AnnotationConstants
Constant defining a value as a replacement for null which we cannot use in annotation attributes.
null_channel - Enum constant in enum class org.springframework.integration.IntegrationPatternType
 
NULL_CHANNEL_BEAN_NAME - Static variable in class org.springframework.integration.context.IntegrationContextUtils
 
NullAwarePayloadArgumentResolver - Class in org.springframework.integration.support
A PayloadMethodArgumentResolver that treats KafkaNull payloads as null.
NullAwarePayloadArgumentResolver(MessageConverter) - Constructor for class org.springframework.integration.support.NullAwarePayloadArgumentResolver
 
NullAwarePayloadArgumentResolver(MessageConverter, Validator) - Constructor for class org.springframework.integration.support.NullAwarePayloadArgumentResolver
 
nullChannel() - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
Add a "nullChannel" bean into this flow definition as a terminal operator.
NullChannel - Class in org.springframework.integration.channel
A channel implementation that essentially behaves like "/dev/null".
NullChannel() - Constructor for class org.springframework.integration.channel.NullChannel
 
NUMBER - Static variable in class org.springframework.integration.xml.xpath.XPathUtils
 
NUMBER_RESULT - Enum constant in enum class org.springframework.integration.xml.xpath.XPathEvaluationType
 
NUMERIC - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
NVARCHAR - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form