Class Service.RpcMetadataResponse

Enclosing interface:
Service

public static class Service.RpcMetadataResponse extends Service.Response
Response that includes information about the server that handled an RPC.

This isn't really a "response", but we want to be able to be able to convert it to protobuf and back again, so ignore that there isn't an explicit endpoint for it.

  • Field Details

    • serverAddress

      public final String serverAddress
  • Constructor Details

    • RpcMetadataResponse

      public RpcMetadataResponse()
    • RpcMetadataResponse

      public RpcMetadataResponse(String serverAddress)
  • Method Details