Package de.svenkubiak.jpushover.services
Class AsyncService<T>
- java.lang.Object
-
- de.svenkubiak.jpushover.services.AsyncService<T>
-
public class AsyncService<T> extends Object
- Author:
- svenkubiak
-
-
Constructor Summary
Constructors Constructor Description AsyncService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Future<PushoverResponse>
execute(AsyncExecutor<PushoverResponse> asyncExecutor)
static AsyncService<?>
getInstance()
void
shutdown()
-
-
-
Method Detail
-
getInstance
public static AsyncService<?> getInstance()
-
execute
public Future<PushoverResponse> execute(AsyncExecutor<PushoverResponse> asyncExecutor)
-
shutdown
public void shutdown()
-
-