Interface Startable
-
public interface StartableInterface that allows to wrap startable behavior into single bean for further triggering
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Start the logic defined in the implementation
-