ZIO
Python and C++ interface to ZeroMQ and Zyre
|
Classes | |
class | Factory |
Functions | |
def | handshake (pipe, flow, bot) |
def | dump_actor (ctx, pipe, flow, bot, args) |
def | gen_actor (ctx, pipe, flow, bot, args) |
Example of handlers spawned from backend.spawner
def zio.flow.example_handler.dump_actor | ( | ctx, | |
pipe, | |||
flow, | |||
bot, | |||
args | |||
) |
Dump flow messages
Definition at line 19 of file example_handler.py.
def zio.flow.example_handler.gen_actor | ( | ctx, | |
pipe, | |||
flow, | |||
bot, | |||
args | |||
) |
Generate flow messages
Definition at line 37 of file example_handler.py.
def zio.flow.example_handler.handshake | ( | pipe, | |
flow, | |||
bot | |||
) |
Definition at line 13 of file example_handler.py.