public final class ReactorCallOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.CallOptions.Key<Integer> |
CALL_OPTIONS_LOW_TIDE
Sets Low Tide of prefetch queue.
|
static io.grpc.CallOptions.Key<Integer> |
CALL_OPTIONS_PREFETCH
Sets Prefetch size of queue.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
getLowTide(io.grpc.CallOptions options)
Utility function to get low tide option together with validation.
|
static int |
getPrefetch(io.grpc.CallOptions options)
Utility function to get prefetch option.
|
Copyright © 2021. All rights reserved.