@ApplicationScoped @Traced(operationName="operationPrefix") public class TestAnnotatedClassWithOperationName extends Object
Modifier and Type | Field and Description |
---|---|
static String |
OPERATION_NAME
Operation name for this class.
|
Constructor and Description |
---|
TestAnnotatedClassWithOperationName() |
Modifier and Type | Method and Description |
---|---|
void |
annotatedClassMethodExplicitlyTraced()
Method that we expect to be Traced explicitly.
|
void |
annotatedClassMethodImplicitlyTraced()
Method that we expect to be Traced implicitly.
|
public static final String OPERATION_NAME
public void annotatedClassMethodImplicitlyTraced()
@Traced(operationName="explicitOperationName4") public void annotatedClassMethodExplicitlyTraced()
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.