Interface ExecActionFluent<A extends ExecActionFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
HandlerFluent.ExecNested<N>, ProbeFluent.ExecNested<N>, WatchEventFluent.ExecActionObjectNested<N>
All Known Implementing Classes:
DoneableExecAction, ExecActionBuilder, ExecActionFluentImpl, HandlerFluentImpl.ExecNestedImpl, ProbeFluentImpl.ExecNestedImpl, WatchEventFluentImpl.ExecActionObjectNestedImpl

public interface ExecActionFluent<A extends ExecActionFluent<A>>
extends Fluent<A>