Interface SignalCommand.ScopeOwnerCommand

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

public static sealed interface SignalCommand.ScopeOwnerCommand extends SignalCommand permits SignalCommand.PutIfAbsentCommand, SignalCommand.InsertCommand
A signal command that creates a new signal node that might have an owner. The created node will be automatically removed if the owner is disconnected.
  • Method Details

    • scopeOwner

      Id scopeOwner()
      The owner id.
      Returns:
      the owner id, or null if the created signal has no scope owner