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