Uses of Class
org.nuxeo.lib.stream.pattern.consumer.BatchPolicy.Builder
-
Packages that use BatchPolicy.Builder Package Description org.nuxeo.lib.stream.pattern.consumer -
-
Uses of BatchPolicy.Builder in org.nuxeo.lib.stream.pattern.consumer
Methods in org.nuxeo.lib.stream.pattern.consumer that return BatchPolicy.Builder Modifier and Type Method Description static BatchPolicy.BuilderBatchPolicy. builder()BatchPolicy.BuilderBatchPolicy.Builder. capacity(int capacity)Set the capacity of the batch.BatchPolicy.BuilderBatchPolicy.Builder. timeThreshold(Duration threshold)Set the time threshold to fill a batch.Constructors in org.nuxeo.lib.stream.pattern.consumer with parameters of type BatchPolicy.Builder Constructor Description BatchPolicy(BatchPolicy.Builder builder)
-