public class ContinueBarrier extends Object
| Constructor and Description |
|---|
ContinueBarrier(String label)
Create a barrier that will display the provided label and interact
via
System.out, System.in and Scanner. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
await()
Await for input that matches the provided command.
|
public ContinueBarrier(String label)
System.out, System.in and Scanner.label - to prompt the user.Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.