Uses of Class
org.nuxeo.lib.stream.pattern.consumer.BatchPolicy
-
Packages that use BatchPolicy Package Description org.nuxeo.lib.stream.pattern.consumer org.nuxeo.lib.stream.pattern.consumer.internals -
-
Uses of BatchPolicy in org.nuxeo.lib.stream.pattern.consumer
Fields in org.nuxeo.lib.stream.pattern.consumer declared as BatchPolicy Modifier and Type Field Description protected BatchPolicyConsumerPolicy. batchPolicyprotected BatchPolicyConsumerPolicyBuilder. batchPolicystatic BatchPolicyBatchPolicy. DEFAULTstatic BatchPolicyBatchPolicy. NO_BATCHMethods in org.nuxeo.lib.stream.pattern.consumer that return BatchPolicy Modifier and Type Method Description BatchPolicyBatchPolicy.Builder. build()BatchPolicyConsumerPolicy. getBatchPolicy()Methods in org.nuxeo.lib.stream.pattern.consumer with parameters of type BatchPolicy Modifier and Type Method Description ConsumerPolicyBuilderConsumerPolicyBuilder. batchPolicy(BatchPolicy policy) -
Uses of BatchPolicy in org.nuxeo.lib.stream.pattern.consumer.internals
Fields in org.nuxeo.lib.stream.pattern.consumer.internals declared as BatchPolicy Modifier and Type Field Description protected BatchPolicyConsumerRunner. currentBatchPolicyprotected BatchPolicyBatchState. policyConstructors in org.nuxeo.lib.stream.pattern.consumer.internals with parameters of type BatchPolicy Constructor Description BatchState(BatchPolicy policy)
-