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 class
Another actor will be called just before the main one, without participating to the decisions.static class
Simple adapter for an actor, with no sockets, blocking calls and immediate termination.private static class
AuthActor is the backend actor which we talk to over a pipe.private static class
private static final class
Fields in org.zeromq declared as ZActor.ActorModifier and TypeFieldDescriptionprivate final ZActor.Actor
ZActor.ActorFortune.actor
private final ZActor.Actor
ZActor.Double.actor
private final ZActor.Actor
ZActor.Duo.main
private final ZActor.Actor
ZActor.Duo.shadow
Constructors 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...)