Interface HazelcastXAResource

All Superinterfaces:
DistributedObject, XAResource

public interface HazelcastXAResource extends XAResource, DistributedObject
Interface for providing Hazelcast as an XAResource
  • Method Details

    • getTransactionContext

      @Nonnull TransactionContext getTransactionContext()
      Returns the TransactionContext associated with the current thread.
      Returns:
      TransactionContext associated with the current thread
      Throws:
      IllegalStateException - if no context found