Interface HandlerFluent<A extends HandlerFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
LifecycleFluent.PostStartNested<N>, LifecycleFluent.PreStopNested<N>, WatchEventFluent.HandlerObjectNested<N>
All Known Implementing Classes:
DoneableHandler, HandlerBuilder, HandlerFluentImpl, LifecycleFluentImpl.PostStartNestedImpl, LifecycleFluentImpl.PreStopNestedImpl, WatchEventFluentImpl.HandlerObjectNestedImpl

public interface HandlerFluent<A extends HandlerFluent<A>>
extends Fluent<A>