Class TracingTypeInterceptorFactory
java.lang.Object
org.wildfly.microprofile.reactive.messaging.config.TracingTypeInterceptorFactory
- All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptorFactory
@Priority(6900)
public class TracingTypeInterceptorFactory
extends Object
implements io.smallrye.config.ConfigSourceInterceptorFactory
-
Field Summary
Fields inherited from interface io.smallrye.config.ConfigSourceInterceptorFactory
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.config.ConfigSourceInterceptorgetInterceptor(io.smallrye.config.ConfigSourceInterceptorContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.config.ConfigSourceInterceptorFactory
getPriority
-
Constructor Details
-
TracingTypeInterceptorFactory
public TracingTypeInterceptorFactory()
-
-
Method Details
-
getInterceptor
public io.smallrye.config.ConfigSourceInterceptor getInterceptor(io.smallrye.config.ConfigSourceInterceptorContext context) - Specified by:
getInterceptorin interfaceio.smallrye.config.ConfigSourceInterceptorFactory
-