Package ca.cdr.api.transactionlog
Interface ITransactionLogCommonSettings
- All Known Implementing Classes:
ITransactionLogCommonSettings.CompositeSettings
public interface ITransactionLogCommonSettings
Provides configured settings for the transaction log services. Sources of transaction log events
can use this to determine whether to include specific elements in their transaction log entries
for optimization purposes.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptioncomposite
(List<ITransactionLogCommonSettings> theSettings) boolean
-
Method Details
-
isPersistStorageOutcomeDetails
boolean isPersistStorageOutcomeDetails() -
composite
-