public interface IActuatorAction
修飾子とタイプ | メソッドと説明 |
---|---|
void |
execute(ActuatorComponent<?> component)
アクション実行します。
|
void |
onStart(ActuatorComponent<?> component)
コンポーネントstart時に呼び出されます。
|
void |
onStop(ActuatorComponent<?> component)
コンポーネントstop時に呼び出されます。
|
void onStart(ActuatorComponent<?> component) throws java.lang.Exception
component
- コンポーネントjava.lang.Exception
- 処理に失敗するとスローされます。void onStop(ActuatorComponent<?> component) throws java.lang.Exception
component
- コンポーネントjava.lang.Exception
- 処理に失敗するとスローされます。void execute(ActuatorComponent<?> component) throws java.lang.Exception
component
- コンポーネントjava.lang.Exception
- 処理に失敗するとスローされます。