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
}
org
org.openkilda.wfm.IKildaBolt.getContext
TopologyContext getContext()
org.openkilda.wfm.IKildaBolt.getOutput
OutputCollector getOutput()
org.openkilda.wfm.IKildaBolt
Definition:
IKildaBolt.java:6
open-kilda-develop
services
wfm
src
main
java
org
openkilda
wfm
IKildaBolt.java
Generated by
1.8.14