public interface V1LifecycleFluent<A extends V1LifecycleFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1LifecycleFluent.PostStartNested<N> |
static interface |
V1LifecycleFluent.PreStopNested<N> |
Modifier and Type | Method and Description |
---|---|
V1Handler |
buildPostStart() |
V1Handler |
buildPreStop() |
V1LifecycleFluent.PostStartNested<A> |
editOrNewPostStart() |
V1LifecycleFluent.PostStartNested<A> |
editOrNewPostStartLike(V1Handler item) |
V1LifecycleFluent.PreStopNested<A> |
editOrNewPreStop() |
V1LifecycleFluent.PreStopNested<A> |
editOrNewPreStopLike(V1Handler item) |
V1LifecycleFluent.PostStartNested<A> |
editPostStart() |
V1LifecycleFluent.PreStopNested<A> |
editPreStop() |
V1Handler |
getPostStart()
Deprecated.
|
V1Handler |
getPreStop()
Deprecated.
|
Boolean |
hasPostStart() |
Boolean |
hasPreStop() |
V1LifecycleFluent.PostStartNested<A> |
withNewPostStart() |
V1LifecycleFluent.PostStartNested<A> |
withNewPostStartLike(V1Handler item) |
V1LifecycleFluent.PreStopNested<A> |
withNewPreStop() |
V1LifecycleFluent.PreStopNested<A> |
withNewPreStopLike(V1Handler item) |
A |
withPostStart(V1Handler postStart) |
A |
withPreStop(V1Handler preStop) |
@Deprecated V1Handler getPostStart()
V1Handler buildPostStart()
Boolean hasPostStart()
V1LifecycleFluent.PostStartNested<A> withNewPostStart()
V1LifecycleFluent.PostStartNested<A> withNewPostStartLike(V1Handler item)
V1LifecycleFluent.PostStartNested<A> editPostStart()
V1LifecycleFluent.PostStartNested<A> editOrNewPostStart()
V1LifecycleFluent.PostStartNested<A> editOrNewPostStartLike(V1Handler item)
@Deprecated V1Handler getPreStop()
V1Handler buildPreStop()
Boolean hasPreStop()
V1LifecycleFluent.PreStopNested<A> withNewPreStop()
V1LifecycleFluent.PreStopNested<A> withNewPreStopLike(V1Handler item)
V1LifecycleFluent.PreStopNested<A> editPreStop()
V1LifecycleFluent.PreStopNested<A> editOrNewPreStop()
V1LifecycleFluent.PreStopNested<A> editOrNewPreStopLike(V1Handler item)
Copyright © 2019. All rights reserved.