Class TransactionManagerServer


  • @Experimental("The manager is currently experimental and not intended for production usage.")
    public class TransactionManagerServer
    extends java.lang.Object
    A transaction manager that takes a Repository with configured transactional entities and attributes and runs (possibly distributed) transaction manager.

    The manager's responsibility is to keep track of transaction state, process transactional requests, notify requesters about the result using responses and keep track of the transactional state.