Class NotSupportedJtaTransactionPolicy

  • All Implemented Interfaces:
    org.apache.camel.spi.Policy, org.apache.camel.spi.TransactedPolicy

    @Named("PROPAGATION_NOT_SUPPORTED")
    public class NotSupportedJtaTransactionPolicy
    extends TransactionalJtaTransactionPolicy
    • Constructor Detail

      • NotSupportedJtaTransactionPolicy

        public NotSupportedJtaTransactionPolicy()
    • Method Detail

      • run

        public void run​(org.apache.camel.jta.JtaTransactionPolicy.Runnable runnable)
                 throws Throwable
        Specified by:
        run in class org.apache.camel.jta.JtaTransactionPolicy
        Throws:
        Throwable