public interface BusinessTransactionTraceHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(String tenantId,
List<BusinessTransactionTrace> traces,
RetryHandler<BusinessTransactionTrace> retryHandler)
This method is invoked to process a list of business transaction
traces.
|
void handle(String tenantId, List<BusinessTransactionTrace> traces, RetryHandler<BusinessTransactionTrace> retryHandler)
tenantId - The tenanttraces - The business transaction tracesretryHandler - The optional retry handlerCopyright © 2015 Red Hat, Inc.. All rights reserved.