Package org.apache.camel.main
Interface MainShutdownStrategy.ShutdownEventListener
-
- Enclosing interface:
- MainShutdownStrategy
public static interface MainShutdownStrategy.ShutdownEventListener
Event listener when shutting down.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onShutdown()
Callback on shutdown
-