Class StateValue<T>
java.lang.Object
org.pipservices3.components.state.StateValue<T>
- Type Parameters:
T-
A data object that holds a retrieved state value with its key.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
A unique state key -
value
A stored state value;
-
-
Constructor Details
-
StateValue
public StateValue() -
StateValue
-