Interface TransactionTypeSupplier
- All Known Implementing Classes:
GraphQlTransactionTypeSupplier,SpringMvcTransactionTypeSupplier
public interface TransactionTypeSupplier
The Transaction type supplier.
- Since:
- 6.0.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the transaction type for therequest.
-
Method Details
-
getTransactionType
Get the transaction type for therequest.- Parameters:
request- The request.- Returns:
- Optional,
nullif the type is unknown; - Throws:
IOException
-