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

com.github.vivekkothari.river.service.IPersister 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 25/07/16.
 */
public interface IPersister {

    public void persist(final MessageValue messageValue, final String riverType);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy