public abstract class RabbitMQBase extends Object implements Closeable
Modifier and Type | Field and Description |
---|---|
protected String |
addresses |
protected com.rabbitmq.client.Channel |
channel |
protected com.rabbitmq.client.Connection |
connection |
protected Serializer |
eventSerializer |
protected String |
exchange |
protected com.rabbitmq.client.ConnectionFactory |
factory |
protected String |
password |
protected static String |
RABBIT_MQ_ADRESSES |
protected static String |
RABBIT_MQ_EXCHANGE |
protected static String |
RABBIT_MQ_PASSWORD |
protected static String |
RABBIT_MQ_USER |
protected String |
user |
Constructor and Description |
---|
RabbitMQBase() |
protected static final String RABBIT_MQ_EXCHANGE
protected static final String RABBIT_MQ_PASSWORD
protected static final String RABBIT_MQ_USER
protected static final String RABBIT_MQ_ADRESSES
protected Serializer eventSerializer
protected String user
protected String password
protected String exchange
protected String addresses
protected com.rabbitmq.client.ConnectionFactory factory
protected com.rabbitmq.client.Connection connection
protected com.rabbitmq.client.Channel channel
public void initialize(String threadNameFormat)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2011–2020 aiticon GmbH. All rights reserved.