Interface MqConfig

All Known Implementing Classes:
SiteConfig

public interface MqConfig
  • Method Details

    • getMqUserName

      String getMqUserName()
    • getMqPassword

      String getMqPassword()
    • getMqBrokerUrl

      String getMqBrokerUrl()
    • getMqModule

      Class<? extends Module> getMqModule()