Annotation Interface EnableGemfireCacheTransactions


@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented @Import(GemfireCacheTransactionsConfiguration.class) public @interface EnableGemfireCacheTransactions
The EnableGemfireCacheTransactions annotation enables Pivotal GemFire or Apache Geode Cache Transactions in Spring's Transaction Management infrastructure.
Since:
2.0.0
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