Uses of Interface
org.zeromq.ZAgent
Packages that use ZAgent
-
Uses of ZAgent in org.zeromq
Classes in org.zeromq that implement ZAgentModifier and TypeClassDescriptionclassFirst implementation of a background actor remotely controlled for ØMQ.static final classCreates a very simple agent with an easy lock mechanism.classFirst implementation for the base of a remotely controlled background service for 0MQ.Methods in org.zeromq that return ZAgentModifier and TypeMethodDescriptionZStar.agent()Returns the Corbeille endpoint.protected ZAgentZStar.agent(ZMQ.Socket phone, String secret) Deprecated.static ZAgentZAgent.Creator.create(ZMQ.Socket pipe, String lock) Constructor parameters in org.zeromq with type arguments of type ZAgentModifierConstructorDescriptionZStar(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.
ZStar(ZContext, Fortune, BiFunction, String, Object...)instead.