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

tech.ydb.core.impl.call.GrpcStatusHandler Maven / Gradle / Ivy

package tech.ydb.core.impl.call;

import io.grpc.Metadata;
import io.grpc.Status;

/**
 *
 * @author Aleksandr Gorshenin
 */
public interface GrpcStatusHandler {
    void accept(Status status, Metadata trailers);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy