public static final class StateMachine.Builder3<State,In,Out> extends Object
Modifier and Type | Method and Description |
---|---|
StateMachine.Builder3<State,In,Out> |
backpressureStrategy(io.reactivex.BackpressureStrategy backpressureStrategy) |
io.reactivex.FlowableTransformer<In,Out> |
build() |
StateMachine.Builder3<State,In,Out> |
completion(StateMachine.Completion<State,Out> completion) |
StateMachine.Builder3<State,In,Out> |
requestBatchSize(int value) |
public StateMachine.Builder3<State,In,Out> completion(StateMachine.Completion<State,Out> completion)
public StateMachine.Builder3<State,In,Out> backpressureStrategy(io.reactivex.BackpressureStrategy backpressureStrategy)
public StateMachine.Builder3<State,In,Out> requestBatchSize(int value)
Copyright © 2013–2020. All rights reserved.