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

com.redismq.rebalance.AllocateMessageQueueStrategy Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version

package com.redismq.rebalance;

import java.util.List;


public interface AllocateMessageQueueStrategy {


    List allocate(
        final String currentCID,
        final List mqNames,
        final List cidNames
    );

    /**
     * Algorithm name
     *
     * @return The strategy name
     */
    String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy