Class NexusOperationExecutionImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      NexusOperationExecutionImpl​(java.util.Optional<java.lang.String> operationToken)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getOperationToken()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NexusOperationExecutionImpl

        public NexusOperationExecutionImpl​(java.util.Optional<java.lang.String> operationToken)
    • Method Detail

      • getOperationToken

        public java.util.Optional<java.lang.String> getOperationToken()
        Specified by:
        getOperationToken in interface NexusOperationExecution
        Returns:
        the Operation token as set by the Operation's handler. May be empty if the operation hasn't started yet or completed synchronously.