Interface PlatformService.PlatformTask<T>

Type Parameters:
T - the task result
All Superinterfaces:
Callable<T>, PlatformService.PlatformTaskStatus
Enclosing interface:
PlatformService

public static interface PlatformService.PlatformTask<T> extends Callable<T>, PlatformService.PlatformTaskStatus
A platform task.