Class GraphQlTransactionTypeSupplier
java.lang.Object
org.hawaiiframework.logging.web.util.GraphQlTransactionTypeSupplier
- All Implemented Interfaces:
TransactionTypeSupplier
@Order(0)
public class GraphQlTransactionTypeSupplier
extends Object
implements TransactionTypeSupplier
GraphQl implementation for the
TransactionTypeSupplier.- Since:
- 6.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the transaction type for therequest.
-
Constructor Details
-
GraphQlTransactionTypeSupplier
public GraphQlTransactionTypeSupplier()
-
-
Method Details
-
getTransactionType
Description copied from interface:TransactionTypeSupplierGet the transaction type for therequest.- Specified by:
getTransactionTypein interfaceTransactionTypeSupplier- Parameters:
request- The request.- Returns:
- Optional,
nullif the type is unknown; - Throws:
IOException
-