Class AbstractAwaitable

  • All Implemented Interfaces:
    com.embabel.agent.core.hitl.Awaitable , com.embabel.common.core.Identified , com.embabel.common.core.StableIdentified , com.embabel.common.core.types.HasInfoString , com.embabel.common.core.types.Timestamped

    
    public abstract class AbstractAwaitable<P extends Object, R extends AwaitableResponse>
     implements Awaitable<P, R>
                        

    Convenient support for implementing Awaitable

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      P getPayload()
      String getId()
      Instant getTimestamp()
      Boolean persistent()
      • Methods inherited from class com.embabel.agent.core.hitl.Awaitable

        infoString, onResponse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait