@Interceptor @Traced @Priority(value=4000) public class TracedInterceptor extends Object implements Serializable
| Constructor and Description |
|---|
TracedInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
traceCdiCall(javax.interceptor.InvocationContext invocationContext)
If the tracing is enabled and possible for the invoked method, traces it's execution.
|
public Object traceCdiCall(javax.interceptor.InvocationContext invocationContext) throws Exception
invocationContext - the context to be executedException - any execution thrown from the invocation context execution.Copyright © 2019. All rights reserved.