| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| 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)
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.
|
Copyright © 2020. All rights reserved.