Interface ReloadManager
-
- All Superinterfaces:
ActiveMQComponent
- All Known Implementing Classes:
ReloadManagerImpl
public interface ReloadManager extends ActiveMQComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCallback(URL uri, ReloadCallback callback)voidsetTick(Runnable callback)Callback for the next tick-
Methods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent
asyncStop, isStarted, start, stop
-
-
-
-
Method Detail
-
addCallback
void addCallback(URL uri, ReloadCallback callback)
-
setTick
void setTick(Runnable callback)
Callback for the next tick
-
-