public class LifecycleModel extends Object
| Constructor and Description |
|---|
LifecycleModel() |
| Modifier and Type | Method and Description |
|---|---|
HandlerModel |
getPostStart() |
HandlerModel |
getPreStop() |
void |
setPostStart(HandlerModel postStart) |
void |
setPreStop(HandlerModel preStop) |
LifecycleModel |
withPostStart(HandlerModel postStart) |
LifecycleModel |
withPreStop(HandlerModel preStop) |
public HandlerModel getPostStart()
public void setPostStart(HandlerModel postStart)
public HandlerModel getPreStop()
public void setPreStop(HandlerModel preStop)
public LifecycleModel withPostStart(HandlerModel postStart)
public LifecycleModel withPreStop(HandlerModel preStop)
Copyright © 2024. All rights reserved.