Uses of Class
org.springframework.integration.zeromq.ZeroMqProxy
Package
Description
Provides classes for message channels support over ZeroMQ.
Provides classes for supporting ZeroMQ component via Java DSL.
-
Uses of ZeroMqProxy in org.springframework.integration.zeromq.channel
Modifier and TypeMethodDescriptionvoid
ZeroMqChannel.setZeroMqProxy
(ZeroMqProxy zeroMqProxy) Specify a reference to aZeroMqProxy
instance in the same application to rely on its ports configuration and make a natural lifecycle dependency without guessing when the proxy is started. -
Uses of ZeroMqProxy in org.springframework.integration.zeromq.dsl
Modifier and TypeMethodDescriptionZeroMqChannelSpec.zeroMqProxy
(ZeroMqProxy zeroMqProxy) Specify a reference to aZeroMqProxy
instance in the same application to rely on its ports configuration and make a natural lifecycle dependency without guessing when the proxy is started.