public class SynchronizationPoint extends Object
The point of synchronization of response finishing.
The expected order of calling methods:
advertise() - advertizes incoming Warp activityclose(int) - closes Warp specification and makes it available for execution, setups number of requests to be
inspectedfinishOneResponse() - advertizes closing of one request with response (called multiple times)awaitResponses() - waits for all request to be finished (run parallely to finishOneResponse() calls)| Modifier and Type | Class and Description |
|---|---|
static class |
SynchronizationPoint.RequestEnrichmentAlreadySetException |
static class |
SynchronizationPoint.SettingRequestTimeoutException |
| Constructor and Description |
|---|
SynchronizationPoint() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.