congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
VertxBasedHealthCheckServer
Code IndexAdd Tabnine to your IDE (free)

How to use
VertxBasedHealthCheckServer
in
org.eclipse.hono.service

Best Java code snippets using org.eclipse.hono.service.VertxBasedHealthCheckServer (Showing top 2 results out of 315)

origin: eclipse/hono

  /**
   * Exposes the health check server as a Spring bean.
   *
   * @return The health check server.
   */
  @Bean
  public HealthCheckServer healthCheckServer() {
    return new VertxBasedHealthCheckServer(vertx(), applicationConfigProperties());
  }
}
origin: eclipse/hono

/**
 * Exposes the health check server as a Spring bean.
 *
 * @return The health check server.
 */
@Bean
public HealthCheckServer healthCheckServer() {
  return new VertxBasedHealthCheckServer(vertx(), applicationConfigProperties());
}
org.eclipse.hono.serviceVertxBasedHealthCheckServer

Javadoc

Provides a HTTP server for health checks. Requires an instance of ApplicationConfigProperties for it's configuration.

Usage

  1. Invoke #registerHealthCheckResources(HealthCheckProvider) to register readiness and liveness checks.
  2. Invoke #start() to start the server
  3. Before shutdown: invoke #stop() for a graceful shutdown.

Most used methods

  • <init>
    Create a new VertxBasedHealthCheckServer for the given Vertx and configuration.

Popular in Java

  • Reactive rest calls using spring rest template
  • runOnUiThread (Activity)
  • getExternalFilesDir (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now