所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • cn.herodotus.stirrup.transform.emqx.converter.AbstractInfluxdbPointConverter (implements cn.herodotus.stirrup.transform.emqx.converter.Influxdb2Converter<T>)
    • cn.herodotus.stirrup.transform.emqx.utils.EmqxMessageUtils
    • cn.herodotus.stirrup.transform.emqx.converter.EmqxStatsIndicatorConverter (implements cn.herodotus.stirrup.transform.emqx.converter.Influxdb2Converter<T>)
    • cn.herodotus.stirrup.transform.emqx.config.EmqxSystemClientToEventFlowConfiguration
    • cn.herodotus.stirrup.transform.emqx.condition.EmqxSystemTopicEventCondition (implements org.springframework.context.annotation.Condition)
    • cn.herodotus.stirrup.transform.emqx.config.EmqxSystemTopicToInfluxdb2FlowConfiguration
    • cn.herodotus.stirrup.transform.emqx.condition.EmqxWebhookEventCondition (implements org.springframework.context.annotation.Condition)
    • cn.herodotus.stirrup.transform.emqx.config.EmqxWebhookToEventFlowConfiguration
    • cn.herodotus.stirrup.transform.emqx.storage.InfluxDB2UpstreamDataStorage (implements cn.herodotus.stirrup.transform.emqx.storage.UpstreamDataStorage)
    • org.springframework.integration.context.IntegrationObjectSupport (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.integration.context.ExpressionCapable, org.springframework.beans.factory.InitializingBean, org.springframework.integration.support.context.NamedComponent)
      • org.springframework.integration.transformer.AbstractTransformer (implements org.springframework.integration.transformer.Transformer)
      • org.springframework.integration.handler.MessageHandlerSupport (implements org.springframework.integration.support.management.IntegrationManagement, org.springframework.integration.IntegrationPattern, org.springframework.integration.context.Orderable, org.springframework.integration.support.management.TrackableComponent)
        • org.springframework.integration.handler.AbstractMessageHandler (implements reactor.core.CoreSubscriber<T>, org.springframework.messaging.MessageHandler)
          • org.springframework.integration.handler.AbstractMessageProducingHandler (implements org.springframework.integration.handler.HeaderPropagationAware, org.springframework.integration.core.MessageProducer)
            • org.springframework.integration.aggregator.AbstractCorrelatingMessageHandler (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.integration.handler.DiscardingMessageHandler, org.springframework.integration.support.management.ManageableLifecycle)
          • cn.herodotus.stirrup.transform.emqx.outbound.Influxdb2StoringMessageHandler
    • cn.herodotus.stirrup.transform.emqx.storage.JpaUpstreamDataStorage (implements cn.herodotus.stirrup.transform.emqx.storage.UpstreamDataStorage)
    • cn.herodotus.stirrup.transform.emqx.converter.MessageToRecordConverter (implements cn.herodotus.stirrup.transform.emqx.converter.Influxdb2Converter<T>)
    • cn.herodotus.stirrup.transform.emqx.storage.MongoDBStorage
    • cn.herodotus.stirrup.transform.emqx.aggregator.MonitorAggregatingMessageCorrelationIdFactory
    • cn.herodotus.stirrup.transform.emqx.aggregator.MonitorAggregatingMessageCorrelationStrategy (implements org.springframework.integration.aggregator.CorrelationStrategy)
    • cn.herodotus.stirrup.transform.emqx.aggregator.MonitorAggregatingMessageGroupProcessor (implements org.springframework.integration.aggregator.MessageGroupProcessor)
    • cn.herodotus.stirrup.transform.emqx.aggregator.MonitorAggregatingMessageReleaseStrategy (implements org.springframework.integration.aggregator.ReleaseStrategy)
    • cn.herodotus.stirrup.transform.emqx.domain.StatsIndicator
    • cn.herodotus.stirrup.transform.emqx.config.TransformEmqxConfiguration
    • cn.herodotus.stirrup.transform.emqx.properties.TransformEmqxProperties
    • cn.herodotus.stirrup.transform.emqx.storage.WebhookDemoListener (implements org.springframework.context.ApplicationListener<E>)

接口分层结构

  • cn.herodotus.stirrup.core.definition.constants.BaseConstants
  • org.springframework.core.convert.converter.Converter<S,T>
  • cn.herodotus.stirrup.transform.emqx.storage.UpstreamDataStorage

批注接口分层结构

枚举类分层结构

记录类分层结构