ZIO
Python and C++ interface to ZeroMQ and Zyre
Functions | Variables
test_broker Namespace Reference

Functions

def client_actor (ctx, pipe, args)
 
def test_broker ()
 

Variables

string server_address = "tcp://127.0.0.1:5679"
 

Detailed Description

Test flow broker with example handler

Function Documentation

◆ client_actor()

def test_broker.client_actor (   ctx,
  pipe,
  args 
)

Definition at line 15 of file test_broker.py.

◆ test_broker()

def test_broker.test_broker ( )

Definition at line 42 of file test_broker.py.

Variable Documentation

◆ server_address

string test_broker.server_address = "tcp://127.0.0.1:5679"

Definition at line 13 of file test_broker.py.