EmqxApiConfiguration

@Configuration()
@EnableConfigurationProperties(value = [EmqxApiProperties::class])
open class EmqxApiConfiguration

Functions

emqxApiClient
Link copied to clipboard
@Bean()
open fun emqxApiClient(@Qualifier(value = emqxrestTemplate: RestTemplate, objectMapper: ObjectMapper): EmqxApiClient
restTemplate
Link copied to clipboard
@Bean()
@Qualifier(value = emqx)
open fun restTemplate(config: EmqxApiProperties): RestTemplate