You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handlers should define wether they support transactions
There should be a TransactionManager protocol to define how to start, commit and rollback (take existing model from Java)
For all tranasaction-aware handlers, there is an extra option, speculate or poke, extra interceptor will start the transaction before invocation and rollback when done.
The text was updated successfully, but these errors were encountered:
TransactionManager
protocol to define how tostart
,commit
androllback
(take existing model from Java)speculate
orpoke
, extra interceptor will start the transaction before invocation and rollback when done.The text was updated successfully, but these errors were encountered: