public class PunchletSequenceDeclarator extends Object implements Serializable
If you use this way of declaring your punchlet, the Punchlet execute method will be invoked synchronously in your invoking thread. I.e. no thread is used for executing your punchlet.
This mode is the simplest and traditional way of executing a punchlet.
Constructor and Description |
---|
PunchletSequenceDeclarator(List<String> paths,
List<String> codes)
Create a block of several punchlets at once.
|
PunchletSequenceDeclarator(String path,
String code)
Create a block made of a single punchlet.
|
Copyright © 2023. All rights reserved.