Open Kilda Java Documentation
kilda.probe.entity.message.Message Class Reference
Inheritance diagram for kilda.probe.entity.message.Message:
kilda.probe.entity.message.CtrlCommandMessage kilda.probe.entity.message.DumpBySwitchCtrlCommandMessage

Public Member Functions

def __init__ (self, destination, payload, correlation_id=None, _clazz=JAVA_CTRL_REQUEST)
 
def serialize (self)
 

Static Public Attributes

string JAVA_CTRL_REQUEST = 'org.openkilda.messaging.ctrl.CtrlRequest'
 

Detailed Description

Definition at line 20 of file message.py.

Constructor & Destructor Documentation

◆ __init__()

def kilda.probe.entity.message.Message.__init__ (   self,
  destination,
  payload,
  correlation_id = None,
  _clazz = JAVA_CTRL_REQUEST 
)

Definition at line 25 of file message.py.

Member Function Documentation

◆ serialize()

def kilda.probe.entity.message.Message.serialize (   self)

Definition at line 32 of file message.py.

Member Data Documentation

◆ JAVA_CTRL_REQUEST

string kilda.probe.entity.message.Message.JAVA_CTRL_REQUEST = 'org.openkilda.messaging.ctrl.CtrlRequest'
static

Definition at line 22 of file message.py.


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