public class RabbitMQCourierPrototype<M extends Serializable> extends CourierPrototype<M>
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCHANGER_NAME |
static String |
KEY_HOST |
static String |
KEY_PORT |
static String |
KEY_SSL |
static String |
KEY_VIRTUAL_HOST |
static String |
PREFIX_RABBITMQ |
| Constructor and Description |
|---|
RabbitMQCourierPrototype(String queue,
String destination,
Type topicType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterTopicAssociation() |
void |
deliver(M message) |
associate, getDestination, getMessageType, getQueue, getTopic, getTopicTypepublic static final String PREFIX_RABBITMQ
public static final String KEY_VIRTUAL_HOST
public static final String KEY_HOST
public static final String KEY_PORT
public static final String KEY_SSL
public static final String EXCHANGER_NAME
protected void afterTopicAssociation()
afterTopicAssociation in class CourierPrototype<M extends Serializable>public void deliver(M message)
Copyright © 2018. All rights reserved.