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

io.quarkus.redis.datasource.ReactiveTransactionalRedisCommands Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
package io.quarkus.redis.datasource;

import io.quarkus.redis.datasource.transactions.ReactiveTransactionalRedisDataSource;

/**
 * Interface implemented by transactional and reactive Redis command groups.
 */
public interface ReactiveTransactionalRedisCommands {

    /**
     * @return the data source.
     */
    ReactiveTransactionalRedisDataSource getDataSource();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy