Package | Description |
---|---|
org.zeromq |
Modifier and Type | Class and 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.
|
Constructor and Description |
---|
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)
Creates a new ZActor.
|
ZActor(ZContext context,
ZAgent.SelectorCreator selector,
ZActor.Actor actor,
String motdelafin,
Object[] args)
Creates a new ZActor.
|
Copyright © 2018. All rights reserved.