Modifier and Type | Method and Description |
---|---|
void |
onJobCancelled(JobHandle<T> job) |
void |
onJobFailed(JobHandle<T> job,
Throwable cause) |
void |
onJobQueued(JobHandle<T> job)
Notifies when a job has been queued for execution on the remote context.
|
void |
onJobStarted(JobHandle<T> job) |
void |
onJobSucceeded(JobHandle<T> job,
T result) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.