public interface BehaviorCommandHook
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
hookBefore(BehaviorCommandMeta meta)
Hook it before the command execution.
|
void |
hookFinally(BehaviorCommandMeta meta,
RuntimeException cause)
Hook it in finally clause after the command execution.
|
default boolean |
inheritsExistingHook()
Does it inherit the existing hook?
|
void hookBefore(BehaviorCommandMeta meta)
meta - The meta information of the behavior command. (NotNull)void hookFinally(BehaviorCommandMeta meta, RuntimeException cause)
meta - The meta information of the behavior command. (NotNull)cause - The exception if the behavior command was failed. (NullAllowed)default boolean inheritsExistingHook()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.