Interface Protocol.SleepEntryMessageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Empty getEmpty()
      .google.protobuf.Empty empty = 13;
      com.google.protobuf.EmptyOrBuilder getEmptyOrBuilder()
      .google.protobuf.Empty empty = 13;
      Protocol.Failure getFailure()
      .dev.restate.service.protocol.Failure failure = 15;
      Protocol.FailureOrBuilder getFailureOrBuilder()
      .dev.restate.service.protocol.Failure failure = 15;
      Protocol.SleepEntryMessage.ResultCase getResultCase()  
      long getWakeUpTime()
      Wake up time.
      boolean hasEmpty()
      .google.protobuf.Empty empty = 13;
      boolean hasFailure()
      .dev.restate.service.protocol.Failure failure = 15;
      • 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

      • getWakeUpTime

        long getWakeUpTime()
         Wake up time.
         The time is set as duration since UNIX Epoch.
         
        uint64 wake_up_time = 1;
        Returns:
        The wakeUpTime.
      • hasEmpty

        boolean hasEmpty()
        .google.protobuf.Empty empty = 13;
        Returns:
        Whether the empty field is set.
      • getEmpty

        com.google.protobuf.Empty getEmpty()
        .google.protobuf.Empty empty = 13;
        Returns:
        The empty.
      • getEmptyOrBuilder

        com.google.protobuf.EmptyOrBuilder getEmptyOrBuilder()
        .google.protobuf.Empty empty = 13;
      • 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.