Package io.quarkus.grpc.runtime
Class Interceptors
java.lang.Object
io.quarkus.grpc.runtime.Interceptors
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int(package private) static final Comparator<Object>static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(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 Details
-
DUPLICATE_CONTEXT
public static final int DUPLICATE_CONTEXT- See Also:
-
EXCEPTION_HANDLER
public static final int EXCEPTION_HANDLER- See Also:
-
REQUEST_CONTEXT
public static final int REQUEST_CONTEXT- See Also:
-
INTERCEPTOR_COMPARATOR
-
-
Constructor Details
-
Interceptors
public Interceptors()
-
-
Method Details
-
getSortedPerServiceInterceptors
-
getSortedPerServiceInterceptors
-
getSortedGlobalInterceptors
-