Package org.apache.storm.event
Class EventManagerImp
- java.lang.Object
-
- org.apache.storm.event.EventManagerImp
-
- All Implemented Interfaces:
AutoCloseable
,EventManager
public class EventManagerImp extends Object implements EventManager
-
-
Constructor Summary
Constructors Constructor Description EventManagerImp(boolean isDaemon)
-
-
-
Method Detail
-
add
public void add(Runnable eventFn)
- Specified by:
add
in interfaceEventManager
-
waiting
public boolean waiting()
- Specified by:
waiting
in interfaceEventManager
-
close
public void close() throws Exception
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
-