Package io.quarkus.grpc
Class RegisterClientInterceptor.Literal
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<RegisterClientInterceptor>
-
- io.quarkus.grpc.RegisterClientInterceptor.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- RegisterClientInterceptor
public static final class RegisterClientInterceptor.Literal extends javax.enterprise.util.AnnotationLiteral<RegisterClientInterceptor> implements RegisterClientInterceptor
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.quarkus.grpc.RegisterClientInterceptor
RegisterClientInterceptor.List, RegisterClientInterceptor.Literal
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegisterClientInterceptor.Literalof(Class<? extends io.grpc.ClientInterceptor> value)Class<? extends io.grpc.ClientInterceptor>value()-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Method Detail
-
of
public static RegisterClientInterceptor.Literal of(Class<? extends io.grpc.ClientInterceptor> value)
-
value
public Class<? extends io.grpc.ClientInterceptor> value()
-
-