Uses of Interface
org.zeromq.ZActor.Actor
Packages that use ZActor.Actor
-
Uses of ZActor.Actor in org.zeromq
Classes in org.zeromq that implement ZActor.ActorModifier and TypeClassDescriptionstatic classAnother actor will be called just before the main one, without participating to the decisions.static classSimple adapter for an actor, with no sockets, blocking calls and immediate termination.private static classAuthActor is the backend actor which we talk to over a pipe.private static classprivate static final classFields in org.zeromq declared as ZActor.ActorModifier and TypeFieldDescriptionprivate final ZActor.ActorZActor.ActorFortune.actorprivate final ZActor.ActorZActor.Double.actorprivate final ZActor.ActorZActor.Duo.mainprivate final ZActor.ActorZActor.Duo.shadowConstructors in org.zeromq with parameters of type ZActor.ActorModifierConstructorDescriptionActorFortune(ZActor.Actor actor) Double(ZContext ctx, ZMQ.Socket pipe, ZActor.Actor actor, Object... args) Duo(ZActor.Actor main, ZActor.Actor shadow) ZActor(ZActor.Actor actor, String motdelafin, Object... args) Creates a new ZActor.ZActor(ZAgent.SelectorCreator selector, ZActor.Actor actor, String motdelafin, Object... args) Deprecated.ZActor(ZContext context, ZActor.Actor actor, String motdelafin, Object... args) Creates a new ZActor.ZActor(ZContext context, ZAgent.SelectorCreator selector, ZActor.Actor actor, String motdelafin, Object... args) Deprecated.
ZActor(Actor, String, Object...)