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

com.github.lontime.extredisson.notify.DefaultNotifyProvider Maven / Gradle / Ivy

The newest version!
package com.github.lontime.extredisson.notify;

/**
 * DefaultNotifyProvider
 * @author lontime
 * @since q.0
 */
public class DefaultNotifyProvider extends AbstractNotifyProvider {

    public static DefaultNotifyProvider create() {
        return new DefaultNotifyProvider();
    }

    @Override
    public String getName() {
        return "notify[default]";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy