Interface PipelineChannelCreator

All Superinterfaces:
ShardingSphereAlgorithm, org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor, org.apache.shardingsphere.spi.type.typed.TypedSPI

public interface PipelineChannelCreator extends ShardingSphereAlgorithm
Pipeline channel creator.
  • Method Summary

    Modifier and Type
    Method
    Description
    createPipelineChannel(int outputConcurrency, AckCallback ackCallback)
    Create pipeline channel.

    Methods inherited from interface org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithm

    getProps

    Methods inherited from interface org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor

    init

    Methods inherited from interface org.apache.shardingsphere.spi.type.typed.TypedSPI

    getType, getTypeAliases
  • Method Details

    • createPipelineChannel

      PipelineChannel createPipelineChannel(int outputConcurrency, AckCallback ackCallback)
      Create pipeline channel.
      Parameters:
      outputConcurrency - output concurrency
      ackCallback - ack callback
      Returns:
      PipelineChannel