Interface Protocol.AwakeableEntryMessageOrBuilder

    • Method Detail

      • hasValue

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

        com.google.protobuf.ByteString getValue()
        bytes value = 14;
        Returns:
        The value.
      • hasFailure

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

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