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

com.github.lontime.extkafka.provider.DefaultProvider Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.github.lontime.extkafka.provider;

/**
 * @author lontime
 */
public class DefaultProvider extends AbstractProvider {

    public static DefaultProvider create() {
        return new DefaultProvider();
    }

    @Override
    public String getName() {
        return "kafka[default]";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy