Class ErrorHandler.PTransformErrorHandler<ErrorT,OutputT extends POutput>

java.lang.Object
org.apache.beam.sdk.transforms.errorhandling.ErrorHandler.PTransformErrorHandler<ErrorT,OutputT>
All Implemented Interfaces:
Serializable, AutoCloseable, ErrorHandler<ErrorT,OutputT>
Direct Known Subclasses:
ErrorHandler.BadRecordErrorHandler
Enclosing interface:
ErrorHandler<ErrorT,OutputT extends POutput>

public static class ErrorHandler.PTransformErrorHandler<ErrorT,OutputT extends POutput> extends Object implements ErrorHandler<ErrorT,OutputT>
See Also: