Interface CompleteDurablePromiseRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DurablePromiseCompletion getCompletion()
      .dev.restate.sdk.workflow.DurablePromiseCompletion completion = 3;
      DurablePromiseCompletionOrBuilder getCompletionOrBuilder()
      .dev.restate.sdk.workflow.DurablePromiseCompletion completion = 3;
      java.lang.String getDurablePromiseKey()
      string durable_promise_key = 2;
      com.google.protobuf.ByteString getDurablePromiseKeyBytes()
      string durable_promise_key = 2;
      java.lang.String getKey()
      string key = 1 [(.dev.restate.ext.field) = KEY];
      com.google.protobuf.ByteString getKeyBytes()
      string key = 1 [(.dev.restate.ext.field) = KEY];
      boolean hasCompletion()
      .dev.restate.sdk.workflow.DurablePromiseCompletion completion = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getKey

        java.lang.String getKey()
        string key = 1 [(.dev.restate.ext.field) = KEY];
        Returns:
        The key.
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
        string key = 1 [(.dev.restate.ext.field) = KEY];
        Returns:
        The bytes for key.
      • getDurablePromiseKey

        java.lang.String getDurablePromiseKey()
        string durable_promise_key = 2;
        Returns:
        The durablePromiseKey.
      • getDurablePromiseKeyBytes

        com.google.protobuf.ByteString getDurablePromiseKeyBytes()
        string durable_promise_key = 2;
        Returns:
        The bytes for durablePromiseKey.
      • hasCompletion

        boolean hasCompletion()
        .dev.restate.sdk.workflow.DurablePromiseCompletion completion = 3;
        Returns:
        Whether the completion field is set.
      • getCompletion

        DurablePromiseCompletion getCompletion()
        .dev.restate.sdk.workflow.DurablePromiseCompletion completion = 3;
        Returns:
        The completion.