Interface RemoteSpacePropertyService.RemoteManyFetcher<T>
-
- All Superinterfaces:
RemoteManyFetcher<T>
- All Known Subinterfaces:
RemoteSpacePropertyService.RemoteSpacePropertyFinder
- All Known Implementing Classes:
RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl
- Enclosing interface:
- RemoteSpacePropertyService
public static interface RemoteSpacePropertyService.RemoteManyFetcher<T> extends RemoteManyFetcher<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.atlassian.util.concurrent.Promise<PageResponse<T>>
fetchMany(PageRequest request)
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteManyFetcher
fetchManyCompletionStage
-
-
-
-
Method Detail
-
fetchMany
com.atlassian.util.concurrent.Promise<PageResponse<T>> fetchMany(PageRequest request)
- Specified by:
fetchMany
in interfaceRemoteManyFetcher<T>
-
-