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

com.icthh.xm.commons.topic.service.DynamicConsumerConfiguration Maven / Gradle / Ivy

The newest version!
package com.icthh.xm.commons.topic.service;

import com.icthh.xm.commons.topic.domain.DynamicConsumer;

import java.util.List;

public interface DynamicConsumerConfiguration {
    List getDynamicConsumers(String tenantKey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy