Example usage for com.rabbitmq.client.impl ConsumerWorkService ConsumerWorkService

List of usage examples for com.rabbitmq.client.impl ConsumerWorkService ConsumerWorkService

Introduction

In this page you can find the example usage for com.rabbitmq.client.impl ConsumerWorkService ConsumerWorkService.

Prototype

public ConsumerWorkService(ExecutorService executor, ThreadFactory threadFactory, int shutdownTimeout) 

Source Link

Usage

From source file:de.htwk_leipzig.bis.connection.handshake.clientRewrite.Copyright.java

License:Mozilla Public License

private void initializeConsumerWorkService() {
    this._workService = new ConsumerWorkService(executor, threadFactory, shutdownTimeout);
}