Class FilibusterServerInvocationInterceptor
- java.lang.Object
-
- cloud.filibuster.instrumentation.libraries.grpc.FilibusterServerInvocationInterceptor
-
- All Implemented Interfaces:
io.grpc.ServerInterceptor
public class FilibusterServerInvocationInterceptor extends java.lang.Object implements io.grpc.ServerInterceptor
-
-
Constructor Summary
Constructors Constructor Description FilibusterServerInvocationInterceptor(java.lang.Class clazz)
FilibusterServerInvocationInterceptor(java.lang.String packageName)
FilibusterServerInvocationInterceptor(java.util.List<java.lang.Class> clazzes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <REQUEST,RESPONSE>
io.grpc.ServerCall.Listener<REQUEST>interceptCall(io.grpc.ServerCall<REQUEST,RESPONSE> call, io.grpc.Metadata metadata, io.grpc.ServerCallHandler<REQUEST,RESPONSE> next)
-
-
-
Constructor Detail
-
FilibusterServerInvocationInterceptor
public FilibusterServerInvocationInterceptor(java.lang.String packageName)
-
FilibusterServerInvocationInterceptor
public FilibusterServerInvocationInterceptor(java.lang.Class clazz)
-
FilibusterServerInvocationInterceptor
public FilibusterServerInvocationInterceptor(java.util.List<java.lang.Class> clazzes)
-
-