Interface ShutdownProvider
-
- All Known Subinterfaces:
ServerFacade
- All Known Implementing Classes:
TcpConnectionInitializer
,TcpHandler
,UdpHandler
public interface ShutdownProvider
Shutdown provider interface.- Author:
- mirehak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Boolean>
shutdown()
-
-
-
Method Detail
-
shutdown
com.google.common.util.concurrent.ListenableFuture<Boolean> shutdown()
-
-