public class TraceLevelConfiguration extends Object
| Constructor and Description |
|---|
TraceLevelConfiguration() |
TraceLevelConfiguration(boolean spanAllProcessors,
List<MuleComponent> ignoreMuleComponents) |
TraceLevelConfiguration(boolean spanAllProcessors,
List<MuleComponent> ignoreMuleComponents,
List<MuleComponent> interceptionDisabledComponents,
List<MuleComponent> interceptionEnabledComponents) |
| Modifier and Type | Method and Description |
|---|---|
List<MuleComponent> |
getIgnoreMuleComponents() |
List<MuleComponent> |
getInterceptionDisabledComponents() |
List<MuleComponent> |
getInterceptionEnabledComponents() |
boolean |
isSpanAllProcessors() |
public TraceLevelConfiguration()
public TraceLevelConfiguration(boolean spanAllProcessors,
List<MuleComponent> ignoreMuleComponents)
public TraceLevelConfiguration(boolean spanAllProcessors,
List<MuleComponent> ignoreMuleComponents,
List<MuleComponent> interceptionDisabledComponents,
List<MuleComponent> interceptionEnabledComponents)
public boolean isSpanAllProcessors()
public List<MuleComponent> getIgnoreMuleComponents()
public List<MuleComponent> getInterceptionDisabledComponents()
public List<MuleComponent> getInterceptionEnabledComponents()
Copyright © 2024 AVIO Consulting. All rights reserved.