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 SinkDescriptor
build()
protected void
protected void
fillFromAnnotation
(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:
fillFromAnnotation
in classComponentBuilder<Object,
Object, SinkDescriptor, SinkConfig>
-
fillDefaults
protected void fillDefaults()- Specified by:
fillDefaults
in classComponentBuilder<Object,
Object, SinkDescriptor, SinkConfig>
-
sink
-
sink
-
withId
-
withWrapper
-
withErrorHandler
-
setAsync
-
build
- Specified by:
build
in classComponentBuilder<Object,
Object, SinkDescriptor, SinkConfig>
-