public class TransactionProfilingConsumptionOperations extends Object
| Constructor and Description |
|---|
TransactionProfilingConsumptionOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransactionExpectation(boolean active,
String state)
Adds an expectation for the transaction events to come
|
void |
assertTransactions()
Performs assertions between the expected states of transactions, and the actual received ones.
|
void |
startConsumingTransactions()
Clears the consumed
ProfilingEventType for transactions, and registers the ProfilingDataConsumer
to get Transaction Profiling Events. |
public TransactionProfilingConsumptionOperations()
@MediaType(value="*/*",
strict=false)
public void startConsumingTransactions()
ProfilingEventType for transactions, and registers the ProfilingDataConsumer
to get Transaction Profiling Events.@MediaType(value="*/*",
strict=false)
public void addTransactionExpectation(boolean active,
String state)
active - The current transaction state (at the moment of the execution of this operation)state - The state of the last received event (commit, continue, rollback, start)@MediaType(value="*/*",
strict=false)
public void assertTransactions()
Thread.Copyright © 2022 MuleSoft, Inc.. All rights reserved.