protected static class ManagedClientRequestImpl.ClosedState extends Object implements io.zeebe.util.state.WaitState<ManagedClientRequestImpl.StateMachineContext>
| Modifier | Constructor and Description |
|---|---|
protected |
ClosedState() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEnter(ManagedClientRequestImpl.StateMachineContext context) |
void |
work(ManagedClientRequestImpl.StateMachineContext context) |
public void onEnter(ManagedClientRequestImpl.StateMachineContext context)
onEnter in interface io.zeebe.util.state.State<ManagedClientRequestImpl.StateMachineContext>public void work(ManagedClientRequestImpl.StateMachineContext context) throws Exception
work in interface io.zeebe.util.state.WaitState<ManagedClientRequestImpl.StateMachineContext>ExceptionCopyright © 2017–2018 camunda services GmbH. All rights reserved.