All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.infobip.kafkistry.webapp.TopicInspectExtensionProperties.kt Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package com.infobip.kafkistry.webapp

import org.springframework.boot.context.properties.ConfigurationProperties
import org.springframework.stereotype.Component

@Component
@ConfigurationProperties("app.topic-inspect.extension")
class TopicInspectExtensionProperties {

    var templateName: String? = null
    var jsName: String? = null
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy