Interface GrpcExchange.ClientStreaming<A extends ExchangeContext,B extends com.google.protobuf.Message,C extends com.google.protobuf.Message>

Type Parameters:
A - The exchange context type
B - The request message type
C - The response message type
All Superinterfaces:
GrpcBaseExchange<A,GrpcRequest.Streaming<B>,Mono<? extends GrpcResponse.Unary<C>>>, GrpcExchange<A,B,C,GrpcRequest.Streaming<B>,GrpcResponse.Unary<C>>
Enclosing interface:
GrpcExchange<A extends ExchangeContext,B extends com.google.protobuf.Message,C extends com.google.protobuf.Message,D extends GrpcRequest<B>,E extends GrpcResponse<C>>

public static interface GrpcExchange.ClientStreaming<A extends ExchangeContext,B extends com.google.protobuf.Message,C extends com.google.protobuf.Message> extends GrpcExchange<A,B,C,GrpcRequest.Streaming<B>,GrpcResponse.Unary<C>>

Represents a client streaming (stream/response) client gRPC exchange.

Since:
1.9
Author:
Jeremy Kuhn