public class TransactionEnablerLoader extends Object
| Constructor and Description |
|---|
TransactionEnablerLoader(org.jboss.arquillian.core.spi.ServiceLoader serviceLoader) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionEnabler> |
getTransactionEnablers()
Finds custom implementations of
TransactionEnabler SPI
including the default one which will be first on the list. |
public TransactionEnablerLoader(org.jboss.arquillian.core.spi.ServiceLoader serviceLoader)
public List<TransactionEnabler> getTransactionEnablers()
TransactionEnabler SPI
including the default one which will be first on the list.Copyright © 2023 JBoss by Red Hat. All rights reserved.