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.Builder
BatchPolicy. builder()
BatchPolicy.Builder
BatchPolicy.Builder. capacity(int capacity)
Set the capacity of the batch.BatchPolicy.Builder
BatchPolicy.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)
-