Interface CommitHandlerFactory

    • Method Detail

      • create

        CommitHandler create​(java.lang.String transactionId,
                             Network network)
        Factory function to create a commit handler instance.
        Parameters:
        transactionId - Transaction for which the instance is to handle commit events.
        network - Network on which the transaction is invoked.
        Returns:
        A commit handler.