![JAR search and dependency download from the Maven repository](/logo.png)
com.nike.riposte.server.hooks.ServerShutdownHook Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of riposte-spi Show documentation
Show all versions of riposte-spi Show documentation
Riposte module riposte-spi
package com.nike.riposte.server.hooks;
import com.nike.riposte.server.config.ServerConfig;
import io.netty.channel.Channel;
/**
* Hook for server shutdown events.
*/
public interface ServerShutdownHook {
void executeServerShutdownHook(ServerConfig serverConfig, Channel channel);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy