Interface SignalCommand.ValueCommand

All Superinterfaces:
SignalCommand
All Known Implementing Classes:
SignalCommand.InsertCommand, SignalCommand.PutCommand, SignalCommand.PutIfAbsentCommand, SignalCommand.SetCommand
Enclosing interface:
SignalCommand

public static sealed interface SignalCommand.ValueCommand extends SignalCommand permits SignalCommand.PutCommand, SignalCommand.PutIfAbsentCommand, SignalCommand.InsertCommand, SignalCommand.SetCommand
A signal command that sets the value of a signal.
  • Method Details

    • value

      com.fasterxml.jackson.databind.JsonNode value()
      Gets the JSON node with the value to set.
      Returns:
      the JSON value, or null