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

com.infobip.kafkistry.service.existingvalues.ExistingValuesSupplier.kt Maven / Gradle / Ivy

The newest version!
package com.infobip.kafkistry.service.existingvalues

import com.infobip.kafkistry.model.ConsumerGroupId
import com.infobip.kafkistry.model.KafkaUser
import com.infobip.kafkistry.model.Label
import com.infobip.kafkistry.model.TopicName

interface ExistingValuesSupplier {

    fun topics(): List = emptyList()
    fun consumerGroups(): List = emptyList()
    fun owners(): List = emptyList()
    fun producers(): List = emptyList()
    fun users(): List = emptyList()
    fun labels(): List




© 2015 - 2025 Weber Informatics LLC | Privacy Policy