public interface ConfigurableStream<T,C>
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.util.function.Consumer<java.lang.Throwable>> |
getErrorHandler() |
com.nurkiewicz.asyncretry.RetryExecutor |
getRetrier() |
ReactBuilder |
getSimpleReact() |
java.util.concurrent.Executor |
getTaskExecutor() |
boolean |
isAsync() |
ConfigurableStream<T,C> |
withAsync(boolean b) |
ConfigurableStream<T,C> |
withErrorHandler(java.util.Optional<java.util.function.Consumer<java.lang.Throwable>> errorHandler) |
ConfigurableStream<T,C> |
withQueueFactory(QueueFactory<T> queue) |
ConfigurableStream<T,C> |
withRetrier(com.nurkiewicz.asyncretry.RetryExecutor retry) |
ConfigurableStream<T,C> |
withSubscription(Continueable sub) |
ConfigurableStream<T,C> |
withTaskExecutor(java.util.concurrent.Executor e) |
ConfigurableStream<T,C> withTaskExecutor(java.util.concurrent.Executor e)
ConfigurableStream<T,C> withRetrier(com.nurkiewicz.asyncretry.RetryExecutor retry)
ConfigurableStream<T,C> withQueueFactory(QueueFactory<T> queue)
ConfigurableStream<T,C> withErrorHandler(java.util.Optional<java.util.function.Consumer<java.lang.Throwable>> errorHandler)
ConfigurableStream<T,C> withSubscription(Continueable sub)
ConfigurableStream<T,C> withAsync(boolean b)
java.util.concurrent.Executor getTaskExecutor()
com.nurkiewicz.asyncretry.RetryExecutor getRetrier()
ReactBuilder getSimpleReact()
java.util.Optional<java.util.function.Consumer<java.lang.Throwable>> getErrorHandler()
boolean isAsync()