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 Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<PermissionCommand> A flux ofPermissionCommands, to route the permission commands to the correct region-connector.
-
Method Details
-
getPermissionCommands
reactor.core.publisher.Flux<PermissionCommand> getPermissionCommands()A flux ofPermissionCommands, to route the permission commands to the correct region-connector.- Returns:
- Contains the regionConnectorId, the permissionID, the timestamp and additional properties per command action
-