Interface ServerDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ServerData, ServerData.Builder

public interface ServerDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPayload

      com.google.protobuf.ByteString getPayload()
       The payload, may be empty.
       
      bytes payload = 1;
      Returns:
      The payload.
    • getExportedReferencesList

      List<TypedTicket> getExportedReferencesList()
      
       The exported references, may be empty.
      
       To correctly free up unused server resources, clients must take care to release
       these exports when they will no longer be used. A reference may be missing a type,
       meaning that the object cannot be used as the source_id for a ConnectRequest, but
       it may still be passed back to the server as part of ClientData references, and
       it still needs to be released when no longer used.
       
      repeated .io.deephaven.proto.backplane.grpc.TypedTicket exported_references = 2;
    • getExportedReferences

      TypedTicket getExportedReferences(int index)
      
       The exported references, may be empty.
      
       To correctly free up unused server resources, clients must take care to release
       these exports when they will no longer be used. A reference may be missing a type,
       meaning that the object cannot be used as the source_id for a ConnectRequest, but
       it may still be passed back to the server as part of ClientData references, and
       it still needs to be released when no longer used.
       
      repeated .io.deephaven.proto.backplane.grpc.TypedTicket exported_references = 2;
    • getExportedReferencesCount

      int getExportedReferencesCount()
      
       The exported references, may be empty.
      
       To correctly free up unused server resources, clients must take care to release
       these exports when they will no longer be used. A reference may be missing a type,
       meaning that the object cannot be used as the source_id for a ConnectRequest, but
       it may still be passed back to the server as part of ClientData references, and
       it still needs to be released when no longer used.
       
      repeated .io.deephaven.proto.backplane.grpc.TypedTicket exported_references = 2;
    • getExportedReferencesOrBuilderList

      List<? extends TypedTicketOrBuilder> getExportedReferencesOrBuilderList()
      
       The exported references, may be empty.
      
       To correctly free up unused server resources, clients must take care to release
       these exports when they will no longer be used. A reference may be missing a type,
       meaning that the object cannot be used as the source_id for a ConnectRequest, but
       it may still be passed back to the server as part of ClientData references, and
       it still needs to be released when no longer used.
       
      repeated .io.deephaven.proto.backplane.grpc.TypedTicket exported_references = 2;
    • getExportedReferencesOrBuilder

      TypedTicketOrBuilder getExportedReferencesOrBuilder(int index)
      
       The exported references, may be empty.
      
       To correctly free up unused server resources, clients must take care to release
       these exports when they will no longer be used. A reference may be missing a type,
       meaning that the object cannot be used as the source_id for a ConnectRequest, but
       it may still be passed back to the server as part of ClientData references, and
       it still needs to be released when no longer used.
       
      repeated .io.deephaven.proto.backplane.grpc.TypedTicket exported_references = 2;