Class BatchingRabbitTemplate

    • Constructor Detail

      • BatchingRabbitTemplate

        public BatchingRabbitTemplate​(BatchingStrategy batchingStrategy,
                                      TaskScheduler scheduler)
        Create an instance with the supplied parameters.
        Parameters:
        batchingStrategy - the batching strategy.
        scheduler - the scheduler.
      • BatchingRabbitTemplate

        public BatchingRabbitTemplate​(ConnectionFactory connectionFactory,
                                      BatchingStrategy batchingStrategy,
                                      TaskScheduler scheduler)
        Create an instance with the supplied parameters.
        Parameters:
        connectionFactory - the connection factory.
        batchingStrategy - the batching strategy.
        scheduler - the scheduler.
        Since:
        2.2