public class ConfigurationPublisher extends WorkingScenario
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurationPublisher.Builder |
WorkingScenario.Settings| Modifier and Type | Field and Description |
|---|---|
static int |
SEMAPHORE_LIMIT
Semaphores must have limit more than zero
|
currentCoordinationSession, isWorking, settings| Modifier and Type | Method and Description |
|---|---|
static ConfigurationPublisher.Builder |
newBuilder(CoordinationClient client) |
CompletableFuture<Status> |
publishData(byte[] bytes) |
void |
stop() |
start, tryStartpublic static final int SEMAPHORE_LIMIT
public static ConfigurationPublisher.Builder newBuilder(CoordinationClient client)
public CompletableFuture<Status> publishData(byte[] bytes)
public void stop()
stop in class WorkingScenarioCopyright © 2023. All rights reserved.