| Package | Description |
|---|---|
| com.itextpdf.licensekey.api | |
| com.itextpdf.licensekey.api.resultprocessor |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
VolumeEventDataHandler.updateWritingLogic(IVolumeWriter<V> newWriter,
IVolumeResultProcessor<V> newResultProcessor)
Update writing logic with corresponding result processor.
|
| Constructor and Description |
|---|
VolumeEventDataHandler(com.itextpdf.kernel.counter.data.IEventDataCache<T,V> cache,
com.itextpdf.kernel.counter.data.IEventDataFactory<T,V> factory,
long initialWaitTimeMillis,
long maxWaitTimeMillis,
IVolumeWriter<V> initialWriter,
IVolumeResultProcessor<V> initialResultProcessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsecutiveFailuresLogResultProcessor<T>
The result processor class to log a message after consecutive failures.
|
class |
ConsequentResultProcessor<T>
The result processor wrapper for ordered invocation of multiple
IVolumeResultProcessor. |
class |
StrictCheckResultProcessor
The result processor class to process
VolumeData and throw an exception after
consecutive failures for strict events. |
| Constructor and Description |
|---|
ConsequentResultProcessor(List<IVolumeResultProcessor<T>> processors)
Create the instance with specified list of processors
|
Copyright © 2020. All rights reserved.