Interface PipelineChannelCreator
- All Superinterfaces:
ShardingSphereAlgorithm,org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor,org.apache.shardingsphere.spi.type.typed.TypedSPI
Pipeline channel creator.
-
Method Summary
Modifier and TypeMethodDescriptioncreatePipelineChannel(int outputConcurrency, AckCallback ackCallback) Create pipeline channel.Methods inherited from interface org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithm
getPropsMethods inherited from interface org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor
initMethods inherited from interface org.apache.shardingsphere.spi.type.typed.TypedSPI
getType, getTypeAliases
-
Method Details
-
createPipelineChannel
Create pipeline channel.- Parameters:
outputConcurrency- output concurrencyackCallback- ack callback- Returns:
PipelineChannel
-