ZIO
Python and C++ interface to ZeroMQ and Zyre
Public Member Functions | Static Public Attributes | List of all members
zio.domo.broker.Service Class Reference
Inheritance diagram for zio.domo.broker.Service:
Inheritance graph
[legend]
Collaboration diagram for zio.domo.broker.Service:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, name)
 

Static Public Attributes

 name = None
 
 requests = None
 
 waiting = None
 

Detailed Description

a single Service

Definition at line 29 of file broker.py.

Constructor & Destructor Documentation

◆ __init__()

def zio.domo.broker.Service.__init__ (   self,
  name 
)

Definition at line 35 of file broker.py.

Member Data Documentation

◆ name

zio.domo.broker.Service.name = None
static

Definition at line 31 of file broker.py.

◆ requests

zio.domo.broker.Service.requests = None
static

Definition at line 32 of file broker.py.

◆ waiting

zio.domo.broker.Service.waiting = None
static

Definition at line 33 of file broker.py.


The documentation for this class was generated from the following file: