Uses of Interface
com.documents4j.api.IConverterFailureCallback
-
Packages that use IConverterFailureCallback Package Description com.documents4j.job -
-
Uses of IConverterFailureCallback in com.documents4j.job
Classes in com.documents4j.job that implement IConverterFailureCallback 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 with parameters of type IConverterFailureCallback Modifier and Type Method Description AggregatingConverter.BuilderAggregatingConverter.Builder. callback(IConverterFailureCallback converterFailureCallback)Registers a callback that is invoked when a converter is failing.Constructors in com.documents4j.job with parameters of type IConverterFailureCallback Constructor Description AggregatingConverter(CopyOnWriteArrayList<IConverter> converters, ISelectionStrategy selectionStrategy, IConverterFailureCallback converterFailureCallback, boolean propagateShutDown)
-