public class CredentialsBindedTasks extends Object
| Constructor and Description |
|---|
CredentialsBindedTasks() |
| Modifier and Type | Method and Description |
|---|---|
static <V> Callable<V> |
bind(Callable<V> task)
Binds a
Callable task to the current credentials. |
static <V> Runnable |
bind(Runnable task)
Binds a
Runnable task to the current credentials. |
Copyright © 2017. All Rights Reserved.