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

com.github.panhongan.util.kafka.handler.AbstractMessageHandler Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
package com.github.panhongan.util.kafka.handler;

import java.util.List;
import java.util.Map;

import com.github.panhongan.util.control.Lifecycleable;

public abstract class AbstractMessageHandler implements Lifecycleable {
	
	public abstract Map> convert(String str);
	
	public abstract Object clone();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy