Skip navigation links
A C F G M O P R S 

A

apply(Scannable, CoreSubscriber<? super T>) - Method in class com.salesforce.reactorgrpc.stub.SubscribeOnlyOnceLifter
 

C

CALL_OPTIONS_LOW_TIDE - Static variable in class com.salesforce.reactorgrpc.stub.ReactorCallOptions
Sets Low Tide of prefetch queue.
CALL_OPTIONS_PREFETCH - Static variable in class com.salesforce.reactorgrpc.stub.ReactorCallOptions
Sets Prefetch size of queue.
ClientCalls - Class in com.salesforce.reactorgrpc.stub
Utility functions for processing different client call idioms.
com.salesforce.reactorgrpc.stub - package com.salesforce.reactorgrpc.stub
 

F

fuse(Subscription) - Method in class com.salesforce.reactorgrpc.stub.ReactorSubscriberAndClientProducer
 
fuse(Subscription) - Method in class com.salesforce.reactorgrpc.stub.ReactorSubscriberAndServerProducer
 

G

getLowTide(CallOptions) - Static method in class com.salesforce.reactorgrpc.stub.ReactorCallOptions
Utility function to get low tide option together with validation.
getPrefetch(CallOptions) - Static method in class com.salesforce.reactorgrpc.stub.ReactorCallOptions
Utility function to get prefetch option.

M

manyToMany(Flux<TRequest>, Function<StreamObserver<TResponse>, StreamObserver<TRequest>>, CallOptions) - Static method in class com.salesforce.reactorgrpc.stub.ClientCalls
Implements a bidirectional stream → stream call as FluxFlux, where both the client and the server independently stream to each other.
manyToMany(StreamObserver<TResponse>, Function<Flux<TRequest>, Flux<TResponse>>, Function<Throwable, Throwable>, CallOptions) - Static method in class com.salesforce.reactorgrpc.stub.ServerCalls
Implements a bidirectional stream → stream call as FluxFlux, where both the client and the server independently stream to each other.
manyToOne(Flux<TRequest>, Function<StreamObserver<TResponse>, StreamObserver<TRequest>>, CallOptions) - Static method in class com.salesforce.reactorgrpc.stub.ClientCalls
Implements a stream → unary call as FluxMono, where the client transits a stream of messages.
manyToOne(StreamObserver<TResponse>, Function<Flux<TRequest>, Mono<TResponse>>, Function<Throwable, Throwable>, CallOptions) - Static method in class com.salesforce.reactorgrpc.stub.ServerCalls
Implements a stream → unary call as FluxMono, where the client transits a stream of messages.

O

oneToMany(Mono<TRequest>, BiConsumer<TRequest, StreamObserver<TResponse>>, CallOptions) - Static method in class com.salesforce.reactorgrpc.stub.ClientCalls
Implements a unary → stream call as MonoFlux, where the server responds with a stream of messages.
oneToMany(TRequest, StreamObserver<TResponse>, Function<TRequest, Flux<TResponse>>, Function<Throwable, Throwable>) - Static method in class com.salesforce.reactorgrpc.stub.ServerCalls
Implements a unary → stream call as MonoFlux, where the server responds with a stream of messages.
oneToOne(Mono<TRequest>, BiConsumer<TRequest, StreamObserver<TResponse>>, CallOptions) - Static method in class com.salesforce.reactorgrpc.stub.ClientCalls
Implements a unary → unary call using MonoMono.
oneToOne(TRequest, StreamObserver<TResponse>, Function<TRequest, Mono<TResponse>>, Function<Throwable, Throwable>) - Static method in class com.salesforce.reactorgrpc.stub.ServerCalls
Implements a unary → unary call using MonoMono.

P

prepareError(Throwable) - Static method in class com.salesforce.reactorgrpc.stub.ServerCalls
Implements default error mapping.

R

ReactorCallOptions - Class in com.salesforce.reactorgrpc.stub
Reactor Call options.
ReactorSubscriberAndClientProducer<T> - Class in com.salesforce.reactorgrpc.stub
The gRPC client-side implementation of AbstractSubscriberAndProducer.
ReactorSubscriberAndClientProducer() - Constructor for class com.salesforce.reactorgrpc.stub.ReactorSubscriberAndClientProducer
 
ReactorSubscriberAndServerProducer<T> - Class in com.salesforce.reactorgrpc.stub
The gRPC server-side implementation of AbstractSubscriberAndProducer.
ReactorSubscriberAndServerProducer(Function<Throwable, Throwable>) - Constructor for class com.salesforce.reactorgrpc.stub.ReactorSubscriberAndServerProducer
 

S

ServerCalls - Class in com.salesforce.reactorgrpc.stub
Utility functions for processing different server call idioms.
SubscribeOnlyOnceLifter<T> - Class in com.salesforce.reactorgrpc.stub
SubscribeOnlyOnceLifter throws an exception if a user attempts to subscribe more than once to a Flux.
SubscribeOnlyOnceLifter() - Constructor for class com.salesforce.reactorgrpc.stub.SubscribeOnlyOnceLifter
 
A C F G M O P R S 
Skip navigation links

Copyright © 2023. All rights reserved.