Package com.embabel.agent.core.hitl
Interface AwaitableResponse
-
- All Implemented Interfaces:
-
com.embabel.common.core.Identified,com.embabel.common.core.StableIdentified,com.embabel.common.core.types.Timestamped
public interface AwaitableResponse implements StableIdentified, TimestampedResponse to an Awaitable
-
-
Method Summary
Modifier and Type Method Description abstract StringgetAwaitableId()ID of the Awaitable that this relates to -
Methods inherited from class com.embabel.common.core.Identified
persistent -
Methods inherited from class com.embabel.common.core.StableIdentified
getId -
Methods inherited from class com.embabel.common.core.types.Timestamped
getTimestamp -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAwaitableId
abstract String getAwaitableId()
ID of the Awaitable that this relates to
-
-
-
-