Uses of Class
org.springframework.integration.zeromq.ZeroMqProxy
Packages that use 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
Methods in org.springframework.integration.zeromq.channel with parameters of type ZeroMqProxyModifier 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
Methods in org.springframework.integration.zeromq.dsl with parameters of type ZeroMqProxyModifier 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.