Package org.hertsstack.rpc
Class HertsRpcInterceptBuilder.Builder
- java.lang.Object
-
- org.hertsstack.rpc.HertsRpcInterceptBuilder.Builder
-
- All Implemented Interfaces:
HertsRpcInterceptorBuilder
- Enclosing class:
- HertsRpcInterceptBuilder
public static class HertsRpcInterceptBuilder.Builder extends java.lang.Object implements HertsRpcInterceptorBuilder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerInterceptor
build()
Build.
-
-
-
Method Detail
-
build
public io.grpc.ServerInterceptor build()
Description copied from interface:HertsRpcInterceptorBuilder
Build.- Specified by:
build
in interfaceHertsRpcInterceptorBuilder
- Returns:
- ServerInterceptor
-
-