Uses of Interface
com.documents4j.api.IAggregatingConverter
-
Packages that use IAggregatingConverter Package Description com.documents4j.job -
-
Uses of IAggregatingConverter in com.documents4j.job
Classes in com.documents4j.job that implement IAggregatingConverter Modifier and Type Class Description classAggregatingConverterA converter that aggregates several other converters and serves as a load balancer between these converters.Methods in com.documents4j.job that return IAggregatingConverter Modifier and Type Method Description IAggregatingConverterAggregatingConverter.Builder. build()Creates the specified converter.IAggregatingConverterAggregatingConverter.Builder. build(ScheduledExecutorService executorService, long delay, TimeUnit timeUnit)Creates the specified converter and additionally registers a job to regularly investigate any aggregated converter for its functionality.static IAggregatingConverterAggregatingConverter. make(IConverter... converters)Creates a new aggregation converter of the given converters.static IAggregatingConverterAggregatingConverter. make(Collection<? extends IConverter> converters)Creates a new aggregation converter of the given converters.
-