Open Kilda Java Documentation
IKildaBolt.java
Go to the documentation of this file.
1 package org.openkilda.wfm;
2 
3 import org.apache.storm.task.OutputCollector;
4 import org.apache.storm.task.TopologyContext;
5 
6 public interface IKildaBolt {
7  TopologyContext getContext();
8  OutputCollector getOutput();
9 }
TopologyContext getContext()
OutputCollector getOutput()