public interface BusinessTransactionBus
| Modifier and Type | Method and Description |
|---|---|
void |
processFragments(String tenantId,
List<BusinessTransaction> btxns)
This method is invoked to process a list of business transaction
fragments.
|
void |
processTraces(String tenantId,
List<BusinessTransactionTrace> traces)
This method is invoked to process a list of business transaction
traces.
|
void processFragments(String tenantId, List<BusinessTransaction> btxns)
tenantId - The tenantbtxns - The business transaction fragmentsvoid processTraces(String tenantId, List<BusinessTransactionTrace> traces)
tenantId - The tenanttraces - The business transaction tracesCopyright © 2015 Red Hat, Inc.. All rights reserved.