| Package | Description |
|---|---|
| org.lsst.ccs.messaging |
Package defining the CCS Messaging interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CommandNack |
CommandRejectedException.getCommandNack()
Get the CommandNack that explains the rejection of the command.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
CommandOriginator.processNack(CommandNack nack)
Callback method with the CommandNack returned by the CommandRequest
destination agent; it signifies that the CommandRequest
has been received but declined by the command destination.
|
| Constructor and Description |
|---|
CommandRejectedException(CommandNack negativeAck)
Construct a CommandRejectedException from the corresponding CommandNack.
|
Copyright © 2022 LSST. All rights reserved.