| Package | Description |
|---|---|
| com.spotify.flo.context |
| Modifier and Type | Method and Description |
|---|---|
static <T> FloRunner.Result<T> |
FloRunner.runTask(Task<T> task)
Run task and return an asynchronous
FloRunner.Result containing the last value or throwable. |
static <T> FloRunner.Result<T> |
FloRunner.runTask(Task<T> task,
com.typesafe.config.Config config)
Run task and return an asynchronous
FloRunner.Result containing the last value or throwable. |
Copyright © 2018. All rights reserved.