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

Z

ZeroMq - Class in org.springframework.integration.zeromq.dsl
Factory class for ZeroMq components DSL.
zeroMqChannel(ZContext) - Static method in class org.springframework.integration.zeromq.dsl.ZeroMq
Create an instance of ZeroMqChannelSpec based on the provided ZContext.
ZeroMqChannel - Class in org.springframework.integration.zeromq.channel
The SubscribableChannel implementation over ZeroMQ sockets.
ZeroMqChannel(ZContext) - Constructor for class org.springframework.integration.zeromq.channel.ZeroMqChannel
Create a channel instance based on the provided ZContext with push/pull communication model.
ZeroMqChannel(ZContext, boolean) - Constructor for class org.springframework.integration.zeromq.channel.ZeroMqChannel
Create a channel instance based on the provided ZContext and provided communication model.
ZeroMqChannelSpec - Class in org.springframework.integration.zeromq.dsl
ZeroMqChannelSpec(ZContext, boolean) - Constructor for class org.springframework.integration.zeromq.dsl.ZeroMqChannelSpec
 
ZeroMqHeaders - Class in org.springframework.integration.zeromq
The message headers constants to repsent ZeroMq message attributes.
ZeroMqMessageHandler - Class in org.springframework.integration.zeromq.outbound
The AbstractReactiveMessageHandler implementation for publishing messages over ZeroMq socket.
ZeroMqMessageHandler(ZContext, String) - Constructor for class org.springframework.integration.zeromq.outbound.ZeroMqMessageHandler
Create an instance based on the provided ZContext and connection string.
ZeroMqMessageHandler(ZContext, String, SocketType) - Constructor for class org.springframework.integration.zeromq.outbound.ZeroMqMessageHandler
Create an instance based on the provided ZContext, connection string and SocketType.
ZeroMqMessageHandler(ZContext, Supplier<String>) - Constructor for class org.springframework.integration.zeromq.outbound.ZeroMqMessageHandler
Create an instance based on the provided ZContext and connection string supplier.
ZeroMqMessageHandler(ZContext, Supplier<String>, SocketType) - Constructor for class org.springframework.integration.zeromq.outbound.ZeroMqMessageHandler
Create an instance based on the provided ZContext, connection string supplier and SocketType.
ZeroMqMessageHandlerSpec - Class in org.springframework.integration.zeromq.dsl
ZeroMqMessageHandlerSpec(ZContext, String) - Constructor for class org.springframework.integration.zeromq.dsl.ZeroMqMessageHandlerSpec
Create an instance based on the provided ZContext and connection string.
ZeroMqMessageHandlerSpec(ZContext, String, SocketType) - Constructor for class org.springframework.integration.zeromq.dsl.ZeroMqMessageHandlerSpec
Create an instance based on the provided ZContext, connection string and SocketType.
ZeroMqMessageHandlerSpec(ZContext, Supplier<String>) - Constructor for class org.springframework.integration.zeromq.dsl.ZeroMqMessageHandlerSpec
Create an instance based on the provided ZContext and connection string supplier.
ZeroMqMessageHandlerSpec(ZContext, Supplier<String>, SocketType) - Constructor for class org.springframework.integration.zeromq.dsl.ZeroMqMessageHandlerSpec
Create an instance based on the provided ZContext, connection string supplier and SocketType.
ZeroMqMessageProducer - Class in org.springframework.integration.zeromq.inbound
A MessageProducerSupport implementation for consuming messages from ZeroMq socket.
ZeroMqMessageProducer(ZContext) - Constructor for class org.springframework.integration.zeromq.inbound.ZeroMqMessageProducer
 
ZeroMqMessageProducer(ZContext, SocketType) - Constructor for class org.springframework.integration.zeromq.inbound.ZeroMqMessageProducer
 
ZeroMqMessageProducerSpec - Class in org.springframework.integration.zeromq.dsl
 
ZeroMqMessageProducerSpec(ZContext) - Constructor for class org.springframework.integration.zeromq.dsl.ZeroMqMessageProducerSpec
 
ZeroMqMessageProducerSpec(ZContext, SocketType) - Constructor for class org.springframework.integration.zeromq.dsl.ZeroMqMessageProducerSpec
 
zeroMqProxy(ZeroMqProxy) - Method in class org.springframework.integration.zeromq.dsl.ZeroMqChannelSpec
Specify a reference to a ZeroMqProxy instance in the same application to rely on its ports configuration and make a natural lifecycle dependency without guessing when the proxy is started.
ZeroMqProxy - Class in org.springframework.integration.zeromq
This class encapsulates the logic to configure and manage a ZeroMQ proxy.
ZeroMqProxy(ZContext) - Constructor for class org.springframework.integration.zeromq.ZeroMqProxy
Create a ZeroMqProxy instance based on the provided ZContext and ZeroMqProxy.Type.PULL_PUSH as default mode.
ZeroMqProxy(ZContext, ZeroMqProxy.Type) - Constructor for class org.springframework.integration.zeromq.ZeroMqProxy
Create a ZeroMqProxy instance based on the provided ZContext and ZeroMqProxy.Type.
ZeroMqProxy.Type - Enum Class in org.springframework.integration.zeromq
 
ZIP_ENTRY_FILE_NAME - Static variable in class org.springframework.integration.zip.ZipHeaders
 
ZIP_ENTRY_LAST_MODIFIED_DATE - Static variable in class org.springframework.integration.zip.ZipHeaders
 
ZIP_ENTRY_PATH - Static variable in class org.springframework.integration.zip.ZipHeaders
 
ZipHeaders - Class in org.springframework.integration.zip
Zip adapter specific message headers.
ZipHeaders() - Constructor for class org.springframework.integration.zip.ZipHeaders
 
ZipNamespaceHandler - Class in org.springframework.integration.zip.config.xml
The namespace handler for the Zip namespace
ZipNamespaceHandler() - Constructor for class org.springframework.integration.zip.config.xml.ZipNamespaceHandler
 
zipResultType - Variable in class org.springframework.integration.zip.transformer.AbstractZipTransformer
 
ZipResultType - Enum Class in org.springframework.integration.zip.transformer
 
ZipTransformer - Class in org.springframework.integration.zip.transformer
Transformer implementation that applies a Zip transformation to the message payload.
ZipTransformer() - Constructor for class org.springframework.integration.zip.transformer.ZipTransformer
 
ZipTransformerParser - Class in org.springframework.integration.zip.config.xml
Parser for the 'zip-transformer' element.
ZipTransformerParser() - Constructor for class org.springframework.integration.zip.config.xml.ZipTransformerParser
 
ZookeeperLockRegistry - Class in org.springframework.integration.zookeeper.lock
ExpirableLockRegistry implementation using Zookeeper, or more specifically, Curator InterProcessMutex.
ZookeeperLockRegistry(CuratorFramework) - Constructor for class org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry
Construct a lock registry using the default ZookeeperLockRegistry.KeyToPathStrategy which simple appends the key to '/SpringIntegration-LockRegistry/'.
ZookeeperLockRegistry(CuratorFramework, String) - Constructor for class org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry
Construct a lock registry using the default ZookeeperLockRegistry.KeyToPathStrategy which simple appends the key to '<root>/'.
ZookeeperLockRegistry(CuratorFramework, ZookeeperLockRegistry.KeyToPathStrategy) - Constructor for class org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry
Construct a lock registry using the supplied ZookeeperLockRegistry.KeyToPathStrategy.
ZookeeperLockRegistry.KeyToPathStrategy - Interface in org.springframework.integration.zookeeper.lock
Strategy to convert a lock key (e.g.
ZookeeperMetadataStore - Class in org.springframework.integration.zookeeper.metadata
Zookeeper-based ListenableMetadataStore based on a Zookeeper node.
ZookeeperMetadataStore(CuratorFramework) - Constructor for class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
 
ZookeeperMetadataStoreException - Exception in org.springframework.integration.zookeeper.metadata
A ZookeeperMetadataStore-specific exception.
ZookeeperMetadataStoreException(String) - Constructor for exception org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStoreException
 
ZookeeperMetadataStoreException(String, Throwable) - Constructor for exception org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStoreException
 
ZookeeperNamespaceHandler - Class in org.springframework.integration.zookeeper.config.xml
 
ZookeeperNamespaceHandler() - Constructor for class org.springframework.integration.zookeeper.config.xml.ZookeeperNamespaceHandler
 
ZSET_INCREMENT_SCORE - Static variable in class org.springframework.integration.redis.support.RedisHeaders
 
ZSET_SCORE - Static variable in class org.springframework.integration.redis.support.RedisHeaders
 
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