Package com.embabel.agent.core.hitl
Class TypeResponse
-
- All Implemented Interfaces:
-
com.embabel.agent.core.hitl.AwaitableResponse,com.embabel.common.core.Identified,com.embabel.common.core.StableIdentified,com.embabel.common.core.types.Timestamped
public final class TypeResponse<T extends Object> implements AwaitableResponse
Response providing a value of the requested type.
-
-
Method Summary
Modifier and Type Method Description final TgetValue()StringgetAwaitableId()StringgetId()InstantgetTimestamp()Booleanpersistent()-
-
Method Detail
-
getAwaitableId
String getAwaitableId()
-
getTimestamp
Instant getTimestamp()
-
persistent
Boolean persistent()
-
-
-
-