public interface Pausable extends ManageableLifecycle
| 修飾子と型 | メソッドと説明 |
|---|---|
default boolean | isPaused() エンドポイントが一時停止しているかどうかを確認します。 |
void | pause() エンドポイントを一時停止します。 |
void | resume() 一時停止した場合は、エンドポイントを再開します。 |
isRunning, start, stop@ManagedOperation(description="Pause the component") void pause()
@ManagedOperation(description="Resume the component") void resume()
@ManagedAttribute(description="Is the component paused?") default boolean isPaused()