Package com.suncode.pwfl.core
Class PlusworkflowPostStartupHookAdapter
java.lang.Object
com.suncode.pwfl.core.PlusworkflowPostStartupHookAdapter
- All Implemented Interfaces:
PlusworkflowPostStartupHook,org.springframework.core.Ordered
@Api
public abstract class PlusworkflowPostStartupHookAdapter
extends Object
implements PlusworkflowPostStartupHook, org.springframework.core.Ordered
Adapter for PlusworkflowPostStartupHook.
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PlusworkflowPostStartupHookAdapter
public PlusworkflowPostStartupHookAdapter()
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
postStartup
public void postStartup()Description copied from interface:PlusworkflowPostStartupHookMethod invoked after system startup.- Specified by:
postStartupin interfacePlusworkflowPostStartupHook
-