Class HealthGuiceModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public final class HealthGuiceModule
    extends com.google.inject.PrivateModule
    Guice module for binding together AM health services and endpoints.
    Since:
    7.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configure()  
      • Methods inherited from class com.google.inject.PrivateModule

        addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, expose, expose, expose, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
    • Constructor Detail

      • HealthGuiceModule

        public HealthGuiceModule()
    • Method Detail

      • configure

        protected void configure()
        Specified by:
        configure in class com.google.inject.PrivateModule