1 package org.openkilda.wfm.ctrl;
3 import com.fasterxml.jackson.core.JsonProcessingException;
4 import org.apache.storm.tuple.Fields;
5 import org.apache.storm.tuple.Tuple;
11 import java.io.IOException;
17 private final String topology;
25 super(payload, correlationId);
26 this.topology = topology;
35 protected Object
packField(String fieldId)
throws JsonProcessingException {
39 return super.packField(fieldId);
RequestData unpackJson(String json)
static final ObjectMapper MAPPER
static final String FIELD_ID_JSON
RouteMessage(RequestData payload, String correlationId, String topology)
static final String FIELD_ID_TOPOLOGY
static String FIELD_ID_CORRELATION_ID
static final Fields FORMAT
Object packField(String fieldId)