public class DirectMessageState<T extends DirectMessageStateItem> extends Object
| Constructor and Description |
|---|
DirectMessageState(Class<T> cls,
IgniteOutClosure<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
backward(boolean reset)
Go backward.
|
void |
forward()
Go forward.
|
T |
item() |
void |
reset()
Resets state.
|
String |
toString() |
public DirectMessageState(Class<T> cls, IgniteOutClosure<T> factory)
cls - State item type.factory - Item factory.public T item()
public void forward()
public void backward(boolean reset)
reset - Whether to reset current item.public void reset()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021