Class TransactionLogRecovery


  • @ApplicationScoped
    public class TransactionLogRecovery
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void recoverByProcess​(io.automatiko.engine.api.workflow.Process<?> process)  
      void recoverOnStart​(io.quarkus.runtime.StartupEvent event)  
      void recovery()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransactionLogRecovery

        public TransactionLogRecovery()
    • Method Detail

      • recoverOnStart

        public void recoverOnStart​(@Observes @Priority(4000)
                                   io.quarkus.runtime.StartupEvent event)
      • recovery

        public void recovery()
      • recoverByProcess

        protected void recoverByProcess​(io.automatiko.engine.api.workflow.Process<?> process)