Package com.github.twitch4j.kotlin.main
Class HystrixExtensionsKt
-
- All Implemented Interfaces:
public final class HystrixExtensionsKt
-
-
Method Summary
-
-
Method Detail
-
get
final static <T extends Any> T get(HystrixCommand<T> $self, CoroutineDispatcher dispatcher)
A simple wrapper function that will default to dispatch the execute job in the IO dispatcher. Also see HystrixCommand#execute
- Parameters:
dispatcher- The dispatcher to run in- Returns:
The result of execute
-
-
-
-