Class CoreProtostellarAccessors


  • public class CoreProtostellarAccessors
    extends Object
    Used to generically handle the core functionality of sending a GRPC request over Protostellar and handling the response.

    Can handle any single-request-single-response setup, e.g. KV, collection management, etc.

    Does not handle streaming. {@see CoreProtostellarAccessorsStreaming} for that.