public class CustomLoggerTimerScopeOperations extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CATEGORY_SUFFIX |
| Constructor and Description |
|---|
CustomLoggerTimerScopeOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
timerScope(String timerName,
LogProperties logProperties,
AdditionalProperties additionalProperties,
org.mule.runtime.api.component.location.ComponentLocation location,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo,
org.mule.runtime.extension.api.runtime.route.Chain operations,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,Object> callback) |
public static final String DEFAULT_CATEGORY_SUFFIX
@MediaType(value="*/*",
strict=false)
@DisplayName(value="Logging Timer Scope")
public void timerScope(@DisplayName(value="Timer Name")
String timerName,
@ParameterGroup(name="Log")
LogProperties logProperties,
@ParameterGroup(name="Options")
AdditionalProperties additionalProperties,
org.mule.runtime.api.component.location.ComponentLocation location,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo,
org.mule.runtime.extension.api.runtime.route.Chain operations,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,Object> callback)
Copyright © 2022 AVIO Consulting. All rights reserved.