Options
All
  • Public
  • Public/Protected
  • All
Menu

A common interface defining methods for start/stop lifecycle control.

remark

https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/Lifecycle.html

Hierarchy

  • ILifecycle

Implemented by

Index

Methods

Methods

isRunning

  • isRunning(): boolean

start

  • start(): void

stop

  • stop(): void

Generated using TypeDoc