Interface | Description |
---|---|
ZActor.Actor |
Defines the contract for the acting instance.
|
ZAgent |
First implementation of an agent for a remotely controlled background service for 0MQ.
|
ZAgent.SelectorCreator |
Creates a selector and destroys it.
|
ZBeacon.Listener |
All beacons with matching prefix are passed to a listener.
|
ZLoop.IZLoopHandler | |
ZPoller.EventsHandler | |
ZPoller.ItemCreator | |
ZPoller.ItemHolder | |
ZProxy.Proxy | |
ZProxy.Pump | |
ZProxy.ZPump.Transformer | |
ZStar.Entourage |
Utility class with calls surrounding the execution of the Star.
|
ZStar.Exit |
Control for the end of the remote operations.
|
ZStar.Fortune | |
ZStar.Set | |
ZStar.Star |
Contract interface when acting in plain sight.
|
ZStar.TimeTaker |
Utility class with callback for when the Star has finished its performances.
|
ZThread.IAttachedRunnable | |
ZThread.IDetachedRunnable |
Class | Description |
---|---|
ZActor |
First implementation of a background actor remotely controlled for 0MQ.
|
ZActor.Duo |
Another actor will be called just before the main one,
without participating to the decisions.
|
ZActor.SimpleActor |
Simple adapter for an actor, with no sockets, blocking calls and immediate termination.
|
ZAgent.Creator | |
ZAgent.SimpleAgent |
Creates a very simple agent with an easy lock mechanism.
|
ZAgent.VerySimpleSelectorCreator | |
ZBeacon | |
ZContext |
ZContext provides a high-level ZeroMQ context management class
It manages open sockets in the context and automatically closes these before terminating the context.
|
ZFrame |
ZFrame
The ZFrame class provides methods to send and receive single message
frames across 0MQ sockets.
|
ZLoop |
The ZLoop class provides an event-driven reactor pattern.
|
ZMQ | |
ZMQ.Context | |
ZMQ.Event |
Inner class: Event.
|
ZMQ.Poller | |
ZMQ.PollItem | |
ZMQ.Socket | |
ZMQQueue | |
ZMsg |
The ZMsg class provides methods to send and receive multipart messages
across 0MQ sockets.
|
ZPoller |
Rewritten poller for 0MQ.
|
ZPoller.ZPollItem | |
ZProxy |
Implementation of a remotely controlled proxy for 0MQ, using
ZActor . |
ZProxy.Proxy.SimpleProxy | |
ZProxy.ZPump |
A pump that reads a message as a whole before transmitting it.
|
ZSocket |
ZeroMQ sockets present an abstraction of an asynchronous message queue, with the exact queuing
semantics depending on the socket type in use.
|
ZStar |
First implementation for the base of a remotely controlled background service for 0MQ.
|
ZStar.SimpleSet | |
ZThread |
Enum | Description |
---|---|
ZMQ.Error | |
ZProxy.Command | |
ZProxy.Plug |
Possible places for sockets in the proxy.
|
ZProxy.State |
Exception | Description |
---|---|
ZMQException | |
ZMQException.IOException |
Copyright © 2018. All rights reserved.