Interface DurableCallbackFuture<T>

All Superinterfaces:
DurableFuture<T>
All Known Implementing Classes:
CallbackOperation

public interface DurableCallbackFuture<T> extends DurableFuture<T>
Result of creating a callback, containing the callback ID and providing access to the result. Extends DurableFuture so callbacks can be processed the same way as other futures.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the unique identifier for this callback.

    Methods inherited from interface software.amazon.lambda.durable.DurableFuture

    get
  • Method Details

    • callbackId

      String callbackId()
      Returns the unique identifier for this callback.

      External systems use this ID to send callback results back to the durable execution.

      Returns:
      the callback ID