Interface Protocol.GetPromiseCompletionNotificationMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Protocol.GetPromiseCompletionNotificationMessage, Protocol.GetPromiseCompletionNotificationMessage.Builder
Enclosing class:
Protocol

public static interface Protocol.GetPromiseCompletionNotificationMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCompletionId

      int getCompletionId()
      uint32 completion_id = 1;
      Returns:
      The completionId.
    • hasValue

      boolean hasValue()
      .dev.restate.service.protocol.Value value = 5;
      Returns:
      Whether the value field is set.
    • getValue

      Protocol.Value getValue()
      .dev.restate.service.protocol.Value value = 5;
      Returns:
      The value.
    • getValueOrBuilder

      Protocol.ValueOrBuilder getValueOrBuilder()
      .dev.restate.service.protocol.Value value = 5;
    • hasFailure

      boolean hasFailure()
      .dev.restate.service.protocol.Failure failure = 6;
      Returns:
      Whether the failure field is set.
    • getFailure

      Protocol.Failure getFailure()
      .dev.restate.service.protocol.Failure failure = 6;
      Returns:
      The failure.
    • getFailureOrBuilder

      Protocol.FailureOrBuilder getFailureOrBuilder()
      .dev.restate.service.protocol.Failure failure = 6;
    • getResultCase