Package com.suncode.pwfl.core
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
Adapter for PlusworkflowStartupHook.
- Author:
- Ćukasz Mocek
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PlusworkflowStartupHookAdapter
public PlusworkflowStartupHookAdapter()
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
startup
public void startup()Description copied from interface:PlusworkflowStartupHookMethod invoked during system startup. At this point system is fully configured.- Specified by:
startupin interfacePlusworkflowStartupHook
-