Class SinkBuilder
java.lang.Object
tech.illuin.pipeline.builder.ComponentBuilder<Object,Object,SinkDescriptor,SinkConfig>
tech.illuin.pipeline.sink.builder.SinkBuilder
- Author:
- Pierre Lecerf ([email protected])
-
Field Summary
Fields inherited from class tech.illuin.pipeline.builder.ComponentBuilder
compiler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SinkDescriptorbuild()protected voidprotected voidfillFromAnnotation(SinkConfig annotation) setAsync(boolean async) withErrorHandler(SinkErrorHandler errorHandler) withWrapper(SinkWrapper wrapper) Methods inherited from class tech.illuin.pipeline.builder.ComponentBuilder
checkAnnotation
-
Constructor Details
-
SinkBuilder
public SinkBuilder()
-
-
Method Details
-
fillFromAnnotation
- Specified by:
fillFromAnnotationin classComponentBuilder<Object,Object, SinkDescriptor, SinkConfig>
-
fillDefaults
protected void fillDefaults()- Specified by:
fillDefaultsin classComponentBuilder<Object,Object, SinkDescriptor, SinkConfig>
-
sink
-
sink
-
withId
-
withWrapper
-
withErrorHandler
-
setAsync
-
build
- Specified by:
buildin classComponentBuilder<Object,Object, SinkDescriptor, SinkConfig>
-