Interface GrpcResponse.Unary<A extends com.google.protobuf.Message>

Type Parameters:
A - The response message type
All Superinterfaces:
GrpcBaseResponse, GrpcResponse<A>
Enclosing interface:
GrpcResponse<A extends com.google.protobuf.Message>

public static interface GrpcResponse.Unary<A extends com.google.protobuf.Message> extends GrpcResponse<A>

Represents a unary (single message) response.

Since:
1.9
Author:
Jeremy Kuhn
  • Method Details

    • value

      Mono<A> value()

      Returns the response message.

      Returns:
      the mono emitting the response message