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

com.github.vivekkothari.river.service.IRiverService Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.github.vivekkothari.river.service;

import com.github.vivekkothari.river.bean.MessageValue;

/**
 * @author vivek.kothari on 16/06/16.
 */
@FunctionalInterface
public interface IRiverService {

    void process(final MessageValue messageValue, final String riverType);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy