public class RabbitMQFirehoseConfig extends Object
Constructor and Description |
---|
RabbitMQFirehoseConfig(String queue,
String exchange,
String routingKey,
boolean durable,
boolean exclusive,
boolean autoDelete,
int maxRetries,
int retryIntervalSeconds,
long maxDurationSeconds) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getExchange() |
long |
getMaxDurationSeconds() |
int |
getMaxRetries() |
String |
getQueue() |
int |
getRetryIntervalSeconds() |
String |
getRoutingKey() |
int |
hashCode() |
boolean |
isAutoDelete() |
boolean |
isDurable() |
boolean |
isExclusive() |
static RabbitMQFirehoseConfig |
makeDefaultConfig() |
public static RabbitMQFirehoseConfig makeDefaultConfig()
public String getQueue()
public String getExchange()
public String getRoutingKey()
public boolean isDurable()
public boolean isExclusive()
public boolean isAutoDelete()
public int getMaxRetries()
public int getRetryIntervalSeconds()
public long getMaxDurationSeconds()
Copyright © 2011–2015. All rights reserved.