Class ResourceConfigurator

  • All Implemented Interfaces:
    io.gridgo.config.Configurator, io.gridgo.framework.ComponentLifecycle, io.gridgo.framework.EventDispatcher<io.gridgo.config.event.ConfigurationEvent>, io.gridgo.framework.NamedComponent, io.gridgo.utils.helper.Loggable

    public class ResourceConfigurator
    extends io.gridgo.config.impl.AbstractConfigurator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String generateName()  
      protected void onStart()  
      protected void onStop()  
      • Methods inherited from class io.gridgo.config.impl.AbstractConfigurator

        get, publishFailed, publishLoaded, publishReloaded
      • Methods inherited from class io.gridgo.framework.impl.ReplayEventDispatcher

        publish, subscribe
      • Methods inherited from class io.gridgo.framework.impl.AbstractComponentLifecycle

        getName, isStarted, start, stop, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface io.gridgo.framework.ComponentLifecycle

        isStarted, start, stop
      • Methods inherited from interface io.gridgo.framework.EventDispatcher

        publish, subscribe
      • Methods inherited from interface io.gridgo.utils.helper.Loggable

        getLogger, getLogger
      • Methods inherited from interface io.gridgo.framework.NamedComponent

        getName
    • Constructor Detail

      • ResourceConfigurator

        public ResourceConfigurator()
    • Method Detail

      • onStart

        protected void onStart()
        Specified by:
        onStart in class io.gridgo.framework.impl.AbstractComponentLifecycle
      • onStop

        protected void onStop()
        Specified by:
        onStop in class io.gridgo.framework.impl.AbstractComponentLifecycle
      • generateName

        protected java.lang.String generateName()
        Specified by:
        generateName in class io.gridgo.framework.impl.AbstractComponentLifecycle