Class RequireHi.HiPrecondition
java.lang.Object
kboyle.oktane.example.preconditions.RequireHi.HiPrecondition
- All Implemented Interfaces:
Precondition
- Enclosing class:
- RequireHi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<PreconditionResult>
run(CommandContext context, Command command)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface kboyle.oktane.core.module.Precondition
failure, success, supportedTargets, validate
-
Constructor Details
-
HiPrecondition
-
-
Method Details
-
run
public reactor.core.publisher.Mono<PreconditionResult> run(CommandContext context, Command command)- Specified by:
run
in interfacePrecondition
-