public class FlowControllingStreamObserver<T> extends Object implements io.grpc.stub.StreamObserver<T>
| Constructor and Description |
|---|
FlowControllingStreamObserver(io.grpc.stub.StreamObserver<T> wrappedStreamObserver,
AxonDBConfiguration configuration,
Function<Integer,T> requestWrapper,
Predicate<T> isConfirmationMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
markConsumed(Integer consumed) |
void |
onCompleted() |
void |
onError(Throwable throwable) |
void |
onNext(T t) |
Copyright © 2017–2018. All rights reserved.