Package com.esri.arcgisruntime.concurrent
Utility classes used in concurrent programming.
- Since:
- 100.0.0
-
Interface Summary Interface Description ListenableFuture<V> A specialized Future that allows listeners to be set to run when the asynchronous computation is done. -
Class Summary Class Description Job Represents the base class of a long running operation that is performed by an ArcGIS Server asynchronous service operation.Job.Message Represents a message indicating progress of a Job.JobMessage A message from a job. -
Enum Summary Enum Description Job.MessageSeverity The different levels of severity of a job message.Job.MessageSource The origin of a job message.Job.Status Signifies the status of a Job.