Package software.amazon.lambda.durable
Interface DurableCallbackFuture<T>
- All Superinterfaces:
DurableFuture<T>
- All Known Implementing Classes:
CallbackOperation
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 TypeMethodDescriptionReturns 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
-