Open Kilda Java Documentation
org.openkilda.messaging.HeartBeat Class Reference
Inheritance diagram for org.openkilda.messaging.HeartBeat:
org.openkilda.messaging.Message org.openkilda.messaging.BaseMessage

Public Member Functions

 HeartBeat (long timestamp, String correlationId, Destination destination)
 
 HeartBeat (long timestamp, String correlationId)
 
 HeartBeat ()
 
- Public Member Functions inherited from org.openkilda.messaging.Message
 Message (@JsonProperty(TIMESTAMP) final long timestamp, @JsonProperty(CORRELATION_ID) final String correlationId, @JsonProperty(DESTINATION) final Destination destination)
 
 Message (final long timestamp, final String correlationId)
 
String getCorrelationId ()
 
Destination getDestination ()
 
void setDestination (final Destination destination)
 
String toString ()
 
- Public Member Functions inherited from org.openkilda.messaging.BaseMessage
 BaseMessage (@JsonProperty(TIMESTAMP) final long timestamp)
 
 BaseMessage ()
 
long getTimestamp ()
 
void setTimestamp (long timestamp)
 

Additional Inherited Members

- Static Public Member Functions inherited from org.openkilda.messaging.BaseMessage
static final< T extends BaseMessage > T getMessage (String json, Class< T > type) throws java.io.IOException
 
static final< T extends BaseMessage > T tryGetMessage (String json, Class< T > type)
 
- Protected Attributes inherited from org.openkilda.messaging.Message
String correlationId
 
Destination destination
 
- Protected Attributes inherited from org.openkilda.messaging.BaseMessage
long timestamp = 0L
 

Detailed Description

Definition at line 5 of file HeartBeat.java.

Constructor & Destructor Documentation

◆ HeartBeat() [1/3]

org.openkilda.messaging.HeartBeat.HeartBeat ( long  timestamp,
String  correlationId,
Destination  destination 
)

Definition at line 7 of file HeartBeat.java.

◆ HeartBeat() [2/3]

org.openkilda.messaging.HeartBeat.HeartBeat ( long  timestamp,
String  correlationId 
)

Definition at line 11 of file HeartBeat.java.

◆ HeartBeat() [3/3]

org.openkilda.messaging.HeartBeat.HeartBeat ( )

Definition at line 15 of file HeartBeat.java.


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