Modifier and Type | Method and Description |
---|---|
Command |
CommandSerializer.deserialize(String serializedCommand)
|
Modifier and Type | Method and Description |
---|---|
String |
CommandSerializer.serialize(Command command)
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProcessingService.process(Command command)
Triggers processing a given command in the 'Execution Engine'.
|
Modifier and Type | Method and Description |
---|---|
ProcessingContext |
ProcessingContextProvider.provideProcessingContext(Command command)
Provide initial processing context.
|
Modifier and Type | Method and Description |
---|---|
Optional<Command> |
DeployerQueue.dequeue()
De-queue one command as an optional.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DeployerQueue.enqueue(Command command)
Adds the specified command to the queue if it is possible, returning
true upon success and false if this queue is full. |
static boolean |
QueueUtil.enqueue(QueueProvider<DeployerQueue> queueProvider,
Command command)
Enqueue a command into a queue based on its verb or the default if no verb specified.
|
Modifier and Type | Method and Description |
---|---|
void |
SerializedCommandListener.commandDeserialized(Path commandFile,
Command command)
Invoked when a Command has been de-serialized.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries