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