public interface StateRequestContainer
StateRequests. The role of StateRequestContainer is to serve as an intermediary carrier for data transmission between the
runtime layer and the state layer. It stores the stateRequest from the runtime layer, which is
then processed by the state layer.
Notice that the StateRequestContainer may not be thread-safe.
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isEmpty()
Returns whether the container is empty.
|
void |
offer(StateRequest<?,?,?> stateRequest)
Preserve a stateRequest into the
StateRequestContainer. |
void offer(StateRequest<?,?,?> stateRequest)
StateRequestContainer.boolean isEmpty()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.