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

org.cg.eventbus.IEventBusSerializer Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
/**
 * 
 */
package org.cg.eventbus;

import kafka.serializer.Decoder;

import org.apache.kafka.common.serialization.Deserializer;
import org.apache.kafka.common.serialization.Serializer;

/**
 * Combination of serializer and deseriliazer for producer and consumer
 * 
 *  to use it in event bus, create a default constructor.
 * 
 * @author yanlinwang
 *
 */
public interface IEventBusSerializer extends Serializer, Deserializer, Decoder{

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy