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

cn.howardliu.gear.logback.appender.kafka.key.RoundRobinKeyingStrategy Maven / Gradle / Ivy

The newest version!
package cn.howardliu.gear.logback.appender.kafka.key;

/**
 * 
created at 16-12-21 * * @author liuxh * @since 1.0.1 */ public class RoundRobinKeyingStrategy implements KeyingStrategy { @Override public K key(E e) { return null; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy