All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vertx.tp.ipc.eon.RetryInfoOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: zero.status.proto

package io.vertx.tp.ipc.eon;

public interface RetryInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.vertx.tp.ipc.eon.RetryInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Whether authorized
   * 
* * bool passed = 1; * @return The passed. */ boolean getPassed(); /** *
   * Backoff
   * 
* * repeated int32 backoff_ms = 2; * @return A list containing the backoffMs. */ java.util.List getBackoffMsList(); /** *
   * Backoff
   * 
* * repeated int32 backoff_ms = 2; * @return The count of backoffMs. */ int getBackoffMsCount(); /** *
   * Backoff
   * 
* * repeated int32 backoff_ms = 2; * @param index The index of the element to return. * @return The backoffMs at the given index. */ int getBackoffMs(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy