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

Public Member Functions

def __init__ (self, destination, correlation_id, action)
 
- Public Member Functions inherited from kilda.probe.entity.message.Message
def __init__ (self, destination, payload, correlation_id=None, _clazz=JAVA_CTRL_REQUEST)
 
def serialize (self)
 

Static Public Attributes

string JAVA_REQUEST_DATA = 'org.openkilda.messaging.ctrl.RequestData'
 
- Static Public Attributes inherited from kilda.probe.entity.message.Message
string JAVA_CTRL_REQUEST = 'org.openkilda.messaging.ctrl.CtrlRequest'
 

Detailed Description

Definition at line 45 of file message.py.

Constructor & Destructor Documentation

◆ __init__()

def kilda.probe.entity.message.CtrlCommandMessage.__init__ (   self,
  destination,
  correlation_id,
  action 
)

Definition at line 49 of file message.py.

Member Data Documentation

◆ JAVA_REQUEST_DATA

string kilda.probe.entity.message.CtrlCommandMessage.JAVA_REQUEST_DATA = 'org.openkilda.messaging.ctrl.RequestData'
static

Definition at line 47 of file message.py.


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