Package org.apache.storm.event
Interface EventManager
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
EventManagerImp
public interface EventManager extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(Runnable eventFn)
boolean
waiting()
-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Method Detail
-
add
void add(Runnable eventFn)
-
waiting
boolean waiting()
-
-