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

com.xiaomi.infra.galaxy.talos.consumer.MessageReaderFactory Maven / Gradle / Ivy

There is a newer version: 2.6.1.4
Show newest version
/**
 * Copyright 2015, Xiaomi.
 * All rights reserved.
 * Author: [email protected]
 */

package com.xiaomi.infra.galaxy.talos.consumer;

public interface MessageReaderFactory {

  public MessageReader createMessageReader(TalosConsumerConfig consumerConfig);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy