org.hertsstack.rpcclient.HertsRpcClientEmptyInterceptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of herts-rpc-client Show documentation
Show all versions of herts-rpc-client Show documentation
Herts real time framework for RpcClient
The newest version!
package org.hertsstack.rpcclient;
import io.grpc.CallOptions;
import io.grpc.Channel;
import io.grpc.Metadata;
import io.grpc.MethodDescriptor;
class HertsRpcClientEmptyInterceptor implements HertsRpcClientInterceptor {
@Override
public void setRequestMetadata(Metadata metadata) {
}
@Override
public void beforeCallMethod(MethodDescriptor methodDescriptor, CallOptions callOptions, Channel channel) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy