Uses of Interface
org.zeromq.ZActor.Actor
-
Packages that use ZActor.Actor Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZActor.Actor in org.zeromq
Classes in org.zeromq that implement ZActor.Actor Modifier and Type Class Description static class
ZActor.Duo
Another actor will be called just before the main one, without participating to the decisions.static class
ZActor.SimpleActor
Simple adapter for an actor, with no sockets, blocking calls and immediate termination.private static class
ZAuth.AuthActor
AuthActor is the backend actor which we talk to over a pipe.private static class
ZMonitor.MonitorActor
private static class
ZProxy.ProxyActor
Fields in org.zeromq declared as ZActor.Actor Modifier and Type Field Description private ZActor.Actor
ZActor.ActorFortune. actor
private ZActor.Actor
ZActor.Double. actor
private ZActor.Actor
ZActor.Duo. main
private ZActor.Actor
ZActor.Duo. shadow
Constructors in org.zeromq with parameters of type ZActor.Actor Constructor Description ActorFortune(ZActor.Actor actor)
Double(ZContext ctx, ZMQ.Socket pipe, ZActor.Actor actor, java.lang.Object... args)
Duo(ZActor.Actor main, ZActor.Actor shadow)
ZActor(ZActor.Actor actor, java.lang.String motdelafin, java.lang.Object... args)
Creates a new ZActor.ZActor(ZAgent.SelectorCreator selector, ZActor.Actor actor, java.lang.String motdelafin, java.lang.Object... args)
Deprecated.ZActor(ZContext context, ZActor.Actor actor, java.lang.String motdelafin, java.lang.Object... args)
Creates a new ZActor.ZActor(ZContext context, ZAgent.SelectorCreator selector, ZActor.Actor actor, java.lang.String motdelafin, java.lang.Object... args)
Deprecated.
-