Java org.springframework.integration.context OrderlyShutdownCapable fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.context OrderlyShutdownCapable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.context OrderlyShutdownCapable.

The text is from its open source code.

Method

intafterShutdown()
Called after normal shutdown of schedulers, executors etc, and after the shutdown delay has elapsed, but before any forced shutdown of any remaining active scheduler/executor threads.Can optionally return the number of active messages still in process.
intbeforeShutdown()
Called before shutdown begins.