Uses of Interface
com.pushtechnology.diffusion.client.features.Topics.FetchRequest
Packages that use Topics.FetchRequest
-
Uses of Topics.FetchRequest in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features that return Topics.FetchRequestModifier and TypeMethodDescriptionSpecifies a logical start point within the topic tree.Specifies a logical end point within the topic tree.Topics.fetchRequest()
Creates an unconfigured fetch request.Topics.FetchRequest.first
(int number) Specifies a maximum number of topic results to be returned from the start of the required range.Specifies a logical start point within the topic tree.Topics.FetchRequest.last
(int number) Specifies a maximum number of topic results to be returned from the end of the required range.Topics.FetchRequest.limitDeepBranches
(int deepBranchDepth, int deepBranchLimit) Specifies a limit on the number of results returned for each deep branch.Topics.FetchRequest.maximumResultSize
(int maximumSize) Specifies the maximum data size of the result set.Specifies a logical end point within the topic tree.Topics.FetchRequest.topicTypes
(Set<TopicType> topicTypes) Specifies that only topics of the specified topic types should be returned.Topics.FetchRequest.withProperties()
Specifies that all properties associated with each topic'sspecification
should be returned.Topics.FetchRequest.withSizes()
Specifies that topic sizes should be returned.Topics.FetchRequest.withUnpublishedDelayedTopics()
Include the details of reference topics that are not yet published.<T> Topics.FetchRequest<T>
Topics.FetchRequest.withValues
(Class<? extends T> valueClass) Specifies that values should be returned for selected topics, constraining the selection to only those topics with a data type compatible with the specified value class.