Process Result
Type that signals the result of each item processed in process
Types
Link copied to clipboard
class PermanentFailure<V>(val exception: Throwable) : PersistentMap.ProcessResult<V>
Content copied to clipboard
Link copied to clipboard
class RetriableFailure<V>(val value: V, val exception: Throwable) : PersistentMap.ProcessResult<V>
Content copied to clipboard