Skip navigation links
A D G I O S U V Z 

A

afterPropertiesSet() - Method in class org.springframework.integration.zeromq.ZeroMqProxy
 

D

DEFAULT_CONSUME_DELAY - Static variable in class org.springframework.integration.zeromq.channel.ZeroMqChannel
 
destroy() - Method in class org.springframework.integration.zeromq.channel.ZeroMqChannel
 
destroy() - Method in class org.springframework.integration.zeromq.ZeroMqProxy
 
doSend(Message<?>, long) - Method in class org.springframework.integration.zeromq.channel.ZeroMqChannel
 

G

getBackendPort() - Method in class org.springframework.integration.zeromq.ZeroMqProxy
Return the port a backend socket is bound or null if this proxy has not been started yet.
getBackendSocketType() - Method in enum org.springframework.integration.zeromq.ZeroMqProxy.Type
 
getCaptureAddress() - Method in class org.springframework.integration.zeromq.ZeroMqProxy
Return the address an inproc capture socket is bound or null if this proxy has not been started yet or ZeroMqProxy.captureAddress is false.
getControlAddress() - Method in class org.springframework.integration.zeromq.ZeroMqProxy
Return the address an inproc control socket is bound or null if this proxy has not been started yet.
getFrontendPort() - Method in class org.springframework.integration.zeromq.ZeroMqProxy
Return the port a frontend socket is bound or 0 if this proxy has not been started yet.
getFrontendSocketType() - Method in enum org.springframework.integration.zeromq.ZeroMqProxy.Type
 
getPhase() - Method in class org.springframework.integration.zeromq.ZeroMqProxy
 
getType() - Method in class org.springframework.integration.zeromq.ZeroMqProxy
 

I

isAutoStartup() - Method in class org.springframework.integration.zeromq.ZeroMqProxy
 
isRunning() - Method in class org.springframework.integration.zeromq.ZeroMqProxy
 

O

onInit() - Method in class org.springframework.integration.zeromq.channel.ZeroMqChannel
 
org.springframework.integration.zeromq - package org.springframework.integration.zeromq
Provides common classes for supporting ZeroMQ components.
org.springframework.integration.zeromq.channel - package org.springframework.integration.zeromq.channel
Provides classes for message channels support over ZeroMQ.

S

setAutoStartup(boolean) - Method in class org.springframework.integration.zeromq.ZeroMqProxy
 
setBackendPort(int) - Method in class org.springframework.integration.zeromq.ZeroMqProxy
Specify a fixed port for backend socket of the proxy.
setBackendSocketConfigurer(Consumer<ZMQ.Socket>) - Method in class org.springframework.integration.zeromq.ZeroMqProxy
Provide a Consumer to configure a proxy backend socket with arbitrary options, like security.
setBeanName(String) - Method in class org.springframework.integration.zeromq.ZeroMqProxy
 
setConnectUrl(String) - Method in class org.springframework.integration.zeromq.channel.ZeroMqChannel
Configure a connection to the ZeroMQ proxy with the pair of ports over colon for proxy frontend and backend sockets.
setConsumeDelay(Duration) - Method in class org.springframework.integration.zeromq.channel.ZeroMqChannel
 
setExposeCaptureSocket(boolean) - Method in class org.springframework.integration.zeromq.ZeroMqProxy
Whether to bind and expose a capture socket for the proxy data.
setFrontendPort(int) - Method in class org.springframework.integration.zeromq.ZeroMqProxy
Specify a fixed port for frontend socket of the proxy.
setFrontendSocketConfigurer(Consumer<ZMQ.Socket>) - Method in class org.springframework.integration.zeromq.ZeroMqProxy
Provide a Consumer to configure a proxy frontend socket with arbitrary options, like security.
setMessageMapper(BytesMessageMapper) - Method in class org.springframework.integration.zeromq.channel.ZeroMqChannel
 
setPhase(int) - Method in class org.springframework.integration.zeromq.ZeroMqProxy
 
setProxyExecutor(Executor) - Method in class org.springframework.integration.zeromq.ZeroMqProxy
Configure an executor to perform a ZeroMQ proxy loop.
setSendSocketConfigurer(Consumer<ZMQ.Socket>) - Method in class org.springframework.integration.zeromq.channel.ZeroMqChannel
 
setSubscribeSocketConfigurer(Consumer<ZMQ.Socket>) - Method in class org.springframework.integration.zeromq.channel.ZeroMqChannel
 
setZeroMqProxy(ZeroMqProxy) - Method in class org.springframework.integration.zeromq.channel.ZeroMqChannel
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.
start() - Method in class org.springframework.integration.zeromq.ZeroMqProxy
 
stop() - Method in class org.springframework.integration.zeromq.ZeroMqProxy
 
subscribe(MessageHandler) - Method in class org.springframework.integration.zeromq.channel.ZeroMqChannel
 

U

unsubscribe(MessageHandler) - Method in class org.springframework.integration.zeromq.channel.ZeroMqChannel
 

V

valueOf(String) - Static method in enum org.springframework.integration.zeromq.ZeroMqProxy.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.integration.zeromq.ZeroMqProxy.Type
Returns an array containing the constants of this enum type, in the order they are declared.

Z

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
 
ZeroMqChannel(ZContext, boolean) - Constructor for class org.springframework.integration.zeromq.channel.ZeroMqChannel
 
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 in org.springframework.integration.zeromq
 
A D G I O S U V Z 
Skip navigation links