Interface Filter.ServerInterceptorBuilder
- All Known Implementing Classes:
RbacFilter, RouterFilter
- Enclosing interface:
Filter
public static interface Filter.ServerInterceptorBuilder
Uses the FilterConfigs produced above to produce an HTTP filter interceptor for the server.
-
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ServerInterceptorbuildServerInterceptor(Filter.FilterConfig config, Filter.FilterConfig overrideConfig)
-
Method Details
-
buildServerInterceptor
@Nullable io.grpc.ServerInterceptor buildServerInterceptor(Filter.FilterConfig config, @Nullable Filter.FilterConfig overrideConfig)
-