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:
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Configures whetherTransactionApplicationEvent
objects are automatically fired by the framework.
-
Element Details
-
enableAutoTransactionEventPublishing
boolean enableAutoTransactionEventPublishingConfigures whetherTransactionApplicationEvent
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
-