Class PlusworkflowStartupHookAdapter

java.lang.Object
com.suncode.pwfl.core.PlusworkflowStartupHookAdapter
All Implemented Interfaces:
PlusworkflowStartupHook, org.springframework.core.Ordered

@Api public abstract class PlusworkflowStartupHookAdapter extends Object implements PlusworkflowStartupHook, org.springframework.core.Ordered
Author:
Ɓukasz Mocek
  • Constructor Details

    • PlusworkflowStartupHookAdapter

      public PlusworkflowStartupHookAdapter()
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • startup

      public void startup()
      Description copied from interface: PlusworkflowStartupHook
      Method invoked during system startup. At this point system is fully configured.
      Specified by:
      startup in interface PlusworkflowStartupHook