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

Alachisoft.NCache.Common.Extensibility.Client.RPC.Impl.AnyValueConsolidator Maven / Gradle / Ivy

package Alachisoft.NCache.Common.Extensibility.Client.RPC.Impl;

public class AnyValueConsolidator extends MultiPartitionResponseConsolidator {
    @Override
    public Object GetFinalResponse() {
        if (_responses.size() > 0) {
            return _responses.values().toArray()[0];
        }
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy