Class VertxHttpConnector

  • All Implemented Interfaces:
    io.gridgo.connector.Connector, io.gridgo.framework.ComponentLifecycle, io.gridgo.utils.helper.Loggable, io.gridgo.utils.helper.Startable

    public class VertxHttpConnector
    extends io.gridgo.connector.impl.AbstractConnector
    • Field Summary

      • Fields inherited from class io.gridgo.connector.impl.AbstractConnector

        consumer, LOCALHOST, producer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onInit()  
      • Methods inherited from class io.gridgo.connector.impl.AbstractConnector

        generateName, getConnectorConfig, getConsumer, getContext, getParam, getParam, getPlaceholder, getProducer, initialize, onStart, onStop
      • Methods inherited from class io.gridgo.framework.AbstractComponentLifecycle

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

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

        getName, start, stop
      • Methods inherited from interface io.gridgo.utils.helper.Loggable

        getLogger, getLogger
    • Constructor Detail

      • VertxHttpConnector

        public VertxHttpConnector()
    • Method Detail

      • onInit

        public void onInit()
        Overrides:
        onInit in class io.gridgo.connector.impl.AbstractConnector