Enum クラスの使用箇所
org.springframework.boot.web.server.GracefulShutdownResult
GracefulShutdownResult を使用するパッケージ
org.springframework.boot.web.server 内の GracefulShutdownResult 使用
修飾子と型メソッド説明static GracefulShutdownResult指定された名前でこのクラスの列挙型定数を返します。static GracefulShutdownResult[]GracefulShutdownResult.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 GracefulShutdownResult のパラメーターを持つ org.springframework.boot.web.server のメソッド修飾子と型メソッド説明voidGracefulShutdownCallback.shutdownComplete(GracefulShutdownResult result) 指定されたresultで正常なシャットダウンが完了しました。