Package org.apache.storm.testing
-
Interface Summary Interface Description AckFailDelegate CompletableSpout TestJob This is the core interface for the storm java testing, usually we put our java unit testing logic in the run method.
Interface | Description |
---|---|
AckFailDelegate | |
CompletableSpout | |
TestJob |
This is the core interface for the storm java testing, usually
we put our java unit testing logic in the run method.
|