Class DeviceManagerConfig

    • Field Detail

      • proxyHost

        @Value("${http.proxyHost:}")
        protected String proxyHost
      • proxyPort

        @Value("${http.proxyPort:}")
        protected String proxyPort
    • Constructor Detail

      • DeviceManagerConfig

        public DeviceManagerConfig()
    • Method Detail

      • firebaseMessaging

        @Bean
        public com.google.firebase.messaging.FirebaseMessaging firebaseMessaging()
                                                                          throws Exception
        Throws:
        Exception