Annotation Interface EnableGemfireCacheTransactions


The EnableGemfireCacheTransactions annotation enables Pivotal GemFire or Apache Geode Cache Transactions in Spring's Transaction Management infrastructure.
Since:
2.0.0
Author:
John Blum
See Also:
  • Element Details

    • enableAutoTransactionEventPublishing

      boolean enableAutoTransactionEventPublishing
      Configures whether TransactionApplicationEvent objects are automatically fired by the framework.
      Returns:
      a boolean value indicating whether transactional events are automatically fired by the framework without the need to manually publish transaction events. Defaults to false.
      Default:
      false