Interface ShutdownProvider

All Known Subinterfaces:
ServerFacade
All Known Implementing Classes:
TcpConnectionInitializer, TcpHandler, UdpHandler

public interface ShutdownProvider
Shutdown provider interface.
Author:
mirehak
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<Boolean>
     
  • Method Details

    • shutdown

      com.google.common.util.concurrent.ListenableFuture<Boolean> shutdown()