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

org.hertsstack.rpcclient.HertsRpcClientInterceptorBuilder Maven / Gradle / Ivy

package org.hertsstack.rpcclient;

import io.grpc.ClientInterceptor;

/**
 * Herts core client interceptor
 *
 * @author Herts Contributer
 */
interface HertsRpcClientInterceptorBuilder {

    /**
     * Build
     *
     * @return ClientInterceptor
     */
    ClientInterceptor build();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy