com.epam.eco.kafkamanager.TopicSearchCriteria Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kafka-manager-commons Show documentation
Show all versions of kafka-manager-commons Show documentation
Common models, utilities, etc
The newest version!
package com.epam.eco.kafkamanager;
public interface TopicSearchCriteria extends SearchCriteria {
boolean matches(TopicInfo obj);
}