Class AsynchronousOperationInfo


  • public class AsynchronousOperationInfo
    extends Object
    Basic information object for asynchronous operations.
    • Method Detail

      • getFailureCause

        @Nullable
        public org.apache.flink.util.SerializedThrowable getFailureCause()
      • completeExceptional

        public static AsynchronousOperationInfo completeExceptional​(org.apache.flink.util.SerializedThrowable serializedThrowable)