Interface TransactionalEvent<K,​V>

    • Method Detail

      • getGlobalTransaction

        org.infinispan.transaction.xa.GlobalTransaction getGlobalTransaction()
        Returns:
        the Transaction associated with the current call. May be null if the current call is outside the scope of a transaction.
      • isOriginLocal

        boolean isOriginLocal()
        Returns:
        true if the call originated on the local cache instance; false if originated from a remote one.