T - public class FailedMWRequestState<T> extends Object implements MWRequestState<T>
| Constructor and Description |
|---|
FailedMWRequestState(Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTerminal()
Returns true if this state is a terminal state.
|
void |
visit(MWRequestStateVisitor<T> visitor)
Call the appropriate method of visitor, based on the current known state of this request.
|
public FailedMWRequestState(Exception ex)
public boolean isTerminal()
MWRequestStateisTerminal in interface MWRequestState<T>public void visit(MWRequestStateVisitor<T> visitor)
MWRequestStatevisit in interface MWRequestState<T>Copyright © 2015–2024. All rights reserved.