Open Kilda Java Documentation
org.openkilda.wfm.protocol.BoltToBoltMessage< T > Class Template Referenceabstract
Inheritance diagram for org.openkilda.wfm.protocol.BoltToBoltMessage< T >:
org.openkilda.wfm.protocol.JsonMessage< T > org.openkilda.wfm.protocol.AbstractMessage org.openkilda.wfm.ctrl.RouteMessage

Public Member Functions

 BoltToBoltMessage (Tuple raw) throws MessageFormatException
 
 BoltToBoltMessage (T payload, String correlationId)
 
String getCorrelationId ()
 
- Public Member Functions inherited from org.openkilda.wfm.protocol.JsonMessage< T >
 JsonMessage (Tuple raw) throws MessageFormatException
 
 JsonMessage (T payload)
 
getPayload ()
 
- Public Member Functions inherited from org.openkilda.wfm.protocol.AbstractMessage
List< Object > pack () throws JsonProcessingException
 

Static Public Attributes

static String FIELD_ID_CORRELATION_ID = "Correlation-Id"
 
static Fields FORMAT
 
- Static Public Attributes inherited from org.openkilda.wfm.protocol.JsonMessage< T >
static final String FIELD_ID_JSON = "json"
 
static final Fields FORMAT = new Fields(FIELD_ID_JSON)
 

Protected Member Functions

Object packField (String fieldId) throws JsonProcessingException
 
Fields getFormat ()
 
- Protected Member Functions inherited from org.openkilda.wfm.protocol.JsonMessage< T >
abstract T unpackJson (String json) throws IOException
 
Object packField (String fieldId) throws JsonProcessingException
 
Fields getFormat ()
 
- Protected Member Functions inherited from org.openkilda.wfm.protocol.AbstractMessage
Object packField (String fieldId) throws JsonProcessingException
 
abstract Fields getFormat ()
 

Detailed Description

Definition at line 8 of file BoltToBoltMessage.java.

Constructor & Destructor Documentation

◆ BoltToBoltMessage() [1/2]

◆ BoltToBoltMessage() [2/2]

org.openkilda.wfm.protocol.BoltToBoltMessage< T >.BoltToBoltMessage ( payload,
String  correlationId 
)

Definition at line 23 of file BoltToBoltMessage.java.

Member Function Documentation

◆ getCorrelationId()

String org.openkilda.wfm.protocol.BoltToBoltMessage< T >.getCorrelationId ( )

Definition at line 28 of file BoltToBoltMessage.java.

◆ getFormat()

Fields org.openkilda.wfm.protocol.BoltToBoltMessage< T >.getFormat ( )
protected

Definition at line 41 of file BoltToBoltMessage.java.

◆ packField()

Object org.openkilda.wfm.protocol.BoltToBoltMessage< T >.packField ( String  fieldId) throws JsonProcessingException
protected

Definition at line 33 of file BoltToBoltMessage.java.

Member Data Documentation

◆ FIELD_ID_CORRELATION_ID

String org.openkilda.wfm.protocol.BoltToBoltMessage< T >.FIELD_ID_CORRELATION_ID = "Correlation-Id"
static

Definition at line 9 of file BoltToBoltMessage.java.

◆ FORMAT

Initial value:

Definition at line 11 of file BoltToBoltMessage.java.


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