Interface PermissionCommandOutboundConnector

All Known Implementing Classes:
AmqpInbound, PermissionCommandKafkaConnector

public interface PermissionCommandOutboundConnector
A permission command connector allows the eligible party to send permission commands to a certain region-connector. This is used for example to update the transmission schedule of an AIIDA permission.
  • Method Details

    • getPermissionCommands

      reactor.core.publisher.Flux<PermissionCommand> getPermissionCommands()
      A flux of PermissionCommands, to route the permission commands to the correct region-connector.
      Returns:
      Contains the regionConnectorId, the permissionID, the timestamp and additional properties per command action