Class Interceptors

java.lang.Object
io.quarkus.grpc.runtime.Interceptors

public final class Interceptors extends Object
  • Field Details

  • Constructor Details

    • Interceptors

      public Interceptors()
  • Method Details

    • getSortedPerServiceInterceptors

      static <T> List<T> getSortedPerServiceInterceptors(String name, Set<Class<?>> interceptorClasses)
    • getSortedPerServiceInterceptors

      static <T> List<T> getSortedPerServiceInterceptors(Set<Class<?>> interceptorClasses)
    • getSortedGlobalInterceptors

      static <T> List<T> getSortedGlobalInterceptors(Set<Class<?>> globalInterceptors)