All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.stargate.grpc.service.StreamingSuccessHandler Maven / Gradle / Ivy

There is a newer version: 2.1.0-BETA-14
Show newest version
package io.stargate.grpc.service;

import io.stargate.proto.QueryOuterClass;

public interface StreamingSuccessHandler {
  void handleResponse(QueryOuterClass.StreamingResponse response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy