16 package org.openkilda.messaging.info;
22 import com.fasterxml.jackson.annotation.JsonProperty;
24 import lombok.ToString;
27 @ToString(callSuper =
true)
30 @JsonProperty(
"next_request_id")
31 private String nextRequestId;
34 @JsonProperty(TIMESTAMP)
final long timestamp,
35 @JsonProperty(CORRELATION_ID)
final String correlationId,
36 @JsonProperty(
"next_request_id") String nextRequestId) {
37 super(
data, timestamp, correlationId);
38 this.nextRequestId = nextRequestId;
static final String PAYLOAD
ChunkedInfoMessage(@JsonProperty(PAYLOAD) final InfoData data, @JsonProperty(TIMESTAMP) final long timestamp, @JsonProperty(CORRELATION_ID) final String correlationId, @JsonProperty("next_request_id") String nextRequestId)
static final String CORRELATION_ID
static final String TIMESTAMP