NoIssue: Update docs
This commit is contained in:
@@ -7,7 +7,7 @@ public interface Kicker {
|
|||||||
* Starts a process based on the provided fully qualified interface name.
|
* Starts a process based on the provided fully qualified interface name.
|
||||||
* The actual implementation that is run is binded according to the Context.
|
* The actual implementation that is run is binded according to the Context.
|
||||||
*
|
*
|
||||||
* @param fqInterfaceName the fully qualified interface name of the process to start. The interface must extend the {@code NenjimProcess} interface.
|
* @param fqInterfaceName the fully qualified interface name for the actual class to start as a process. The interface must extend the {@code NenjimProcess} interface.
|
||||||
*/
|
*/
|
||||||
void startProcess(String fqInterfaceName);
|
void startProcess(String fqInterfaceName);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user