Package com.spotify.apollo.core
Interface Service.Signaller
-
- Enclosing interface:
- Service
public static interface Service.Signaller
A way of sending signals to a service instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
signalShutdown()
Signals the associated service instance to shut down, if it is still running.
-