Annotation Type TxLogged


  • @InterceptorBinding
    @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface TxLogged
    Provides a callback handler for confirming that the transaction log has been written.
    Author:
    [email protected] 21/03/2013
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<? extends TransactionLoggedHandler> value  
    • Element Detail

      • value

        java.lang.Class<? extends TransactionLoggedHandler> value
        Default:
        org.jboss.narayana.compensations.api.DefaultTxLoggedHandler.class