We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddaa59b commit 42c8cd6Copy full SHA for 42c8cd6
README.md
@@ -85,7 +85,7 @@ Before you can use a test-process, you will have to define it. To do so, you hav
85
@Component
86
public class MyTestProcess extends AbstractTestProcessDefinition {
87
88
- public EchoTestProcess() {
+ public MyTestProcess() {
89
setStartupDetector(LogPatternEventDetector
90
.onStdOut()
91
.withMarker("My process has started"));
0 commit comments