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

com.github.lontime.extredisson.common.ClientKind Maven / Gradle / Ivy

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

/**
 * desc.
 * @author lontime
 * @since 1.0
 */
public enum ClientKind {

    /**
     * SYNC.
     */
    SYNC,
    /**
     * Rx.
     */
    RX,
    /**
     * Reactive.
     */
    REACTIVE;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy