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

com.ubervu.river.github.GitHubRiverModule Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
package com.ubervu.river.github;

import org.elasticsearch.common.inject.AbstractModule;
import org.elasticsearch.river.River;

/**
 *
 */
public class GitHubRiverModule extends AbstractModule {

    @Override
    protected void configure() {
        bind(River.class).to(GitHubRiver.class).asEagerSingleton();
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy