Package krati.store.avro.client

Examples of krati.store.avro.client.TransceiverFactoryLocal


* @since 10/05, 2011
*/
public class StoreBusClientLocal<K, V>  extends StoreBusClientImpl<K, V> {
   
    public StoreBusClientLocal(StoreBusResponder responder, String source, Serializer<K> keySerializer, Serializer<V> valueSerializer) {
        super(source, keySerializer, valueSerializer, new TransceiverFactoryLocal(responder));
    }
View Full Code Here

TOP

Related Classes of krati.store.avro.client.TransceiverFactoryLocal

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.