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

org.springframework.data.elasticsearch.core.ScrolledPage Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version

package org.springframework.data.elasticsearch.core;

import org.springframework.data.domain.Page;

/**
 * @author Artur Konczak
 * @author Peter-Josef Meisch
 * @author Sascha Woo
 * @deprecated since 4.0, will be removed in a future version.
 */
@Deprecated
public interface ScrolledPage extends Page {

	String getScrollId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy