Package io.quarkus.grpc.runtime
Class Interceptors
- java.lang.Object
-
- io.quarkus.grpc.runtime.Interceptors
-
public final class Interceptors extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDUPLICATE_CONTEXTstatic intEXCEPTION_HANDLER(package private) static Comparator<Object>INTERCEPTOR_COMPARATORstatic intREQUEST_CONTEXT
-
Constructor Summary
Constructors Constructor Description Interceptors()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static <T> List<T>getSortedGlobalInterceptors(Set<Class<?>> globalInterceptors)(package private) static <T> List<T>getSortedPerServiceInterceptors(String name, Set<Class<?>> interceptorClasses)(package private) static <T> List<T>getSortedPerServiceInterceptors(Set<Class<?>> interceptorClasses)
-
-
-
Field Detail
-
DUPLICATE_CONTEXT
public static final int DUPLICATE_CONTEXT
- See Also:
- Constant Field Values
-
EXCEPTION_HANDLER
public static final int EXCEPTION_HANDLER
- See Also:
- Constant Field Values
-
REQUEST_CONTEXT
public static final int REQUEST_CONTEXT
- See Also:
- Constant Field Values
-
INTERCEPTOR_COMPARATOR
static final Comparator<Object> INTERCEPTOR_COMPARATOR
-
-