| Modifier and Type | Class and Description |
|---|---|
static class |
FloRunner.Result<T> |
| Modifier and Type | Method and Description |
|---|---|
static String |
randomAlphaNumeric(int count) |
static <T> FloRunner.Result<T> |
runTask(Task<T> task)
Run task and return an asynchronous
FloRunner.Result containing the last value or throwable. |
static <T> FloRunner.Result<T> |
runTask(Task<T> task,
com.typesafe.config.Config config)
Run task and return an asynchronous
FloRunner.Result containing the last value or throwable. |
public static <T> FloRunner.Result<T> runTask(Task<T> task, com.typesafe.config.Config config)
FloRunner.Result containing the last value or throwable.T - type of tasktask - task to runconfig - configuration to applyFloRunner.Result with the value and throwable (if thrown)public static <T> FloRunner.Result<T> runTask(Task<T> task)
FloRunner.Result containing the last value or throwable.T - type of tasktask - task to runFloRunner.Result with the value and throwable (if thrown)public static String randomAlphaNumeric(int count)
Copyright © 2018. All rights reserved.