Uses of Interface
com.iohao.net.server.connection.ServerShutdownHook
Packages that use ServerShutdownHook
Package
Description
Convenience bootstrap API for starting ionet components (external server, logic servers, and
optional center server) within a single application entry point.
Net-server bootstrap, routing, load-balancing, and connection coordination components.
Net-server Aeron connection management, connection metadata, and shutdown hooks.
-
Uses of ServerShutdownHook in com.iohao.net.app
Fields in com.iohao.net.app with type parameters of type ServerShutdownHookModifier and TypeFieldDescriptionprotected List<ServerShutdownHook> RunOne.serverShutdownHookListMethod parameters in com.iohao.net.app with type arguments of type ServerShutdownHookModifier and TypeMethodDescriptionRunOne.setServerShutdownHookList(List<ServerShutdownHook> serverShutdownHookList) -
Uses of ServerShutdownHook in com.iohao.net.server
Methods in com.iohao.net.server that return types with arguments of type ServerShutdownHookModifier and TypeMethodDescriptionNetServerSetting.serverShutdownHookList()Returns the value of theserverShutdownHookListrecord component.Methods in com.iohao.net.server with parameters of type ServerShutdownHookModifier and TypeMethodDescriptionvoidNetServerBuilder.addServerShutdownHook(ServerShutdownHook hook) Adds a shutdown hook executed during JVM shutdown.Method parameters in com.iohao.net.server with type arguments of type ServerShutdownHookModifier and TypeMethodDescriptionvoidNetServerBuilder.addServerShutdownHook(List<ServerShutdownHook> hookList) Adds multiple shutdown hooks.NetServerSetting.NetServerSettingBuilder.setServerShutdownHookList(List<ServerShutdownHook> serverShutdownHookList) Constructor parameters in com.iohao.net.server with type arguments of type ServerShutdownHookModifierConstructorDescriptionNetServerSetting(int netId, io.aeron.Aeron aeron, CmdRegions cmdRegions, ConnectionManager connectionManager, SkeletonThreadPipeline skeletonThreadPipeline, CommunicationAggregation communicationAggregation, FindServer findServer, BalancedManager balancedManager, FutureManager futureManager, List<ServerShutdownHook> serverShutdownHookList, List<ServerListener> listenerList, Publisher publisher, ConvenientCommunication convenientCommunication) Creates an instance of aNetServerSettingrecord class. -
Uses of ServerShutdownHook in com.iohao.net.server.connection
Classes in com.iohao.net.server.connection that implement ServerShutdownHookModifier and TypeClassDescriptionfinal classShutdown hook that broadcasts local server-offline messages to remote net-server groups.