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

io.envoyproxy.envoy.config.bootstrap.v3.WatchdogsOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/bootstrap/v3/bootstrap.proto

package io.envoyproxy.envoy.config.bootstrap.v3;

public interface WatchdogsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.bootstrap.v3.Watchdogs)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Watchdog for the main thread.
   * 
* * .envoy.config.bootstrap.v3.Watchdog main_thread_watchdog = 1; * @return Whether the mainThreadWatchdog field is set. */ boolean hasMainThreadWatchdog(); /** *
   * Watchdog for the main thread.
   * 
* * .envoy.config.bootstrap.v3.Watchdog main_thread_watchdog = 1; * @return The mainThreadWatchdog. */ io.envoyproxy.envoy.config.bootstrap.v3.Watchdog getMainThreadWatchdog(); /** *
   * Watchdog for the main thread.
   * 
* * .envoy.config.bootstrap.v3.Watchdog main_thread_watchdog = 1; */ io.envoyproxy.envoy.config.bootstrap.v3.WatchdogOrBuilder getMainThreadWatchdogOrBuilder(); /** *
   * Watchdog for the worker threads.
   * 
* * .envoy.config.bootstrap.v3.Watchdog worker_watchdog = 2; * @return Whether the workerWatchdog field is set. */ boolean hasWorkerWatchdog(); /** *
   * Watchdog for the worker threads.
   * 
* * .envoy.config.bootstrap.v3.Watchdog worker_watchdog = 2; * @return The workerWatchdog. */ io.envoyproxy.envoy.config.bootstrap.v3.Watchdog getWorkerWatchdog(); /** *
   * Watchdog for the worker threads.
   * 
* * .envoy.config.bootstrap.v3.Watchdog worker_watchdog = 2; */ io.envoyproxy.envoy.config.bootstrap.v3.WatchdogOrBuilder getWorkerWatchdogOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy