Interface Protocol.CompleteAwakeableEntryMessageOrBuilder

    • Method Detail

      • getId

        java.lang.String getId()
         Identifier of the awakeable. See the spec for more details.
         
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Identifier of the awakeable. See the spec for more details.
         
        string id = 1;
        Returns:
        The bytes for id.
      • hasValue

        boolean hasValue()
        bytes value = 5;
        Returns:
        Whether the value field is set.
      • getValue

        com.google.protobuf.ByteString getValue()
        bytes value = 5;
        Returns:
        The value.
      • 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.