Package org.infinispan.protostream
Interface FileDescriptorSource.ProgressCallback
-
- Enclosing class:
- FileDescriptorSource
public static interface FileDescriptorSource.ProgressCallback
A callback interface that receives status notifications during the processing of files defined by aFileDescriptorSource
.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
handleError(String fileName, DescriptorParserException exception)
default void
handleSuccess(String fileName)
-
-
-
Method Detail
-
handleError
default void handleError(String fileName, DescriptorParserException exception)
-
handleSuccess
default void handleSuccess(String fileName)
-
-