Uses of Interface
zmq.util.function.BiFunction
Packages that use BiFunction
Package
Description
Provides high-level bindings for ØMQ.
Provides low-level bindings for ØMQ.
-
Uses of BiFunction in org.zeromq
Methods in org.zeromq that return BiFunctionMethods in org.zeromq with parameters of type BiFunctionModifier and TypeMethodDescriptionfinal boolean
ZPoller.register
(SelectableChannel channel, BiFunction<SelectableChannel, Integer, Boolean> handler, int events) Registers a SelectableChannel for polling on specified events.final boolean
ZPoller.register
(ZMQ.Socket socket, BiFunction<ZMQ.Socket, Integer, Boolean> handler, int events) Register a Socket for polling on specified events.void
ZContext.setThreadFactor
(BiFunction<Runnable, String, Thread> threadFactory) Used to define a custom thread factory.void
ZMQ.Context.setThreadFactor
(BiFunction<Runnable, String, Thread> threadFactory) Used to define a custom thread factory.Constructors in org.zeromq with parameters of type BiFunctionModifierConstructorDescriptionComposeEventsHandler
(BiFunction<ZMQ.Socket, Integer, Boolean> sockets, BiFunction<SelectableChannel, Integer, Boolean> channels) ZStar
(ZContext context, ZAgent.SelectorCreator selector, ZStar.Fortune fortune, BiFunction<ZMQ.Socket, String, ZAgent> agent, String motdelafin, Object... bags) Deprecated.ZStar
(ZContext context, ZStar.Fortune fortune, BiFunction<ZMQ.Socket, String, ZAgent> agent, String motdelafin, Object... bags) Creates a new ZStar. -
Uses of BiFunction in zmq
Methods in zmq that return BiFunctionMethods in zmq with parameters of type BiFunctionModifier and TypeMethodDescriptionvoid
Ctx.setThreadFactory
(BiFunction<Runnable, String, Thread> threadFactory) Used to define a custom thread factory.
ZStar(ZContext, Fortune, BiFunction, String, Object...)
instead.