| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZActor
First implementation of a background actor remotely controlled for ØMQ.
|
static class |
ZAgent.SimpleAgent
Creates a very simple agent with an easy lock mechanism.
|
class |
ZStar
First implementation for the base of a remotely controlled background service for 0MQ.
|
| Modifier and Type | Method and Description |
|---|---|
ZAgent |
ZStar.agent()
Returns the Corbeille endpoint.
|
protected ZAgent |
ZStar.agent(ZMQ.Socket phone,
String secret)
Deprecated.
|
static ZAgent |
ZAgent.Creator.create(ZMQ.Socket pipe,
String lock) |
| Constructor and Description |
|---|
ZStar(ZContext context,
ZAgent.SelectorCreator selector,
ZStar.Fortune fortune,
BiFunction<ZMQ.Socket,String,ZAgent> agent,
String motdelafin,
Object... bags)
Deprecated.
|
ZStar(ZContext context,
ZStar.Fortune fortune,
BiFunction<ZMQ.Socket,String,ZAgent> agent,
String motdelafin,
Object... bags)
Creates a new ZStar.
|
Copyright © 2020. All rights reserved.