|
| | ChunkedInfoMessage (@JsonProperty(PAYLOAD) final InfoData data, @JsonProperty(TIMESTAMP) final long timestamp, @JsonProperty(CORRELATION_ID) final String correlationId, @JsonProperty("next_request_id") String nextRequestId) |
| |
| | InfoMessage (@JsonProperty(PAYLOAD) final InfoData data, @JsonProperty(TIMESTAMP) final long timestamp, @JsonProperty(CORRELATION_ID) final String correlationId, @JsonProperty(DESTINATION) final Destination destination) |
| |
| | InfoMessage (final InfoData data, final long timestamp, final String correlationId) |
| |
| InfoData | getData () |
| |
| void | setData (final InfoData data) |
| |
| String | toString () |
| |
| boolean | equals (Object o) |
| |
| int | hashCode () |
| |
| | 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 () |
| |
| | BaseMessage (@JsonProperty(TIMESTAMP) final long timestamp) |
| |
| | BaseMessage () |
| |
| long | getTimestamp () |
| |
| void | setTimestamp (long timestamp) |
| |
Definition at line 28 of file ChunkedInfoMessage.java.
◆ ChunkedInfoMessage()
| org.openkilda.messaging.info.ChunkedInfoMessage.ChunkedInfoMessage |
( |
@JsonProperty(PAYLOAD) final InfoData |
data, |
|
|
@JsonProperty(TIMESTAMP) final long |
timestamp, |
|
|
@JsonProperty(CORRELATION_ID) final String |
correlationId, |
|
|
@JsonProperty("next_request_id") String |
nextRequestId |
|
) |
| |
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/messaging/src/main/java/org/openkilda/messaging/info/ChunkedInfoMessage.java