Index
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 providedZContext
. - 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
-
The
MessageChannelSpec
for aZeroMqChannel
. - 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 andSocketType
. - 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 andSocketType
. - ZeroMqMessageHandlerSpec - Class in org.springframework.integration.zeromq.dsl
-
The
ReactiveMessageHandlerSpec
extension forZeroMqMessageHandler
. - 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 andSocketType
. - 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 andSocketType
. - 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 providedZContext
andZeroMqProxy.Type.PULL_PUSH
as default mode. - ZeroMqProxy(ZContext, ZeroMqProxy.Type) - Constructor for class org.springframework.integration.zeromq.ZeroMqProxy
- ZeroMqProxy.Type - Enum Class in org.springframework.integration.zeromq
- ZookeeperLockRegistry - Class in org.springframework.integration.zookeeper.lock
-
ExpirableLockRegistry
implementation using Zookeeper, or more specifically, CuratorInterProcessMutex
. - 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form