Interface NexusOperationExecution

  • All Known Implementing Classes:
    NexusOperationExecutionImpl

    public interface NexusOperationExecution
    NexusOperationExecution identifies a specific Nexus operation execution.
    • Method Detail

      • getOperationId

        java.util.Optional<java.lang.String> getOperationId()
        Returns:
        the Operation ID as set by the Operation's handler. May be empty if the operation hasn't started yet or completed synchronously.