类 AggregatedCourierPrototype<M extends Serializable>
java.lang.Object
org.coodex.concrete.message.CourierPrototype<M>
org.coodex.concrete.message.AggregatedCourierPrototype<M>
- 所有已实现的接口:
Courier<M>
public abstract class AggregatedCourierPrototype<M extends Serializable>
extends CourierPrototype<M>
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.coodex.concrete.message.CourierPrototype
associate, getDestination, getMessageType, getQueue, getTopic, getTopicType
-
构造器详细资料
-
AggregatedCourierPrototype
-
-
方法详细资料
-
afterTopicAssociation
protected void afterTopicAssociation()- 指定者:
afterTopicAssociation在类中CourierPrototype<M extends Serializable>
-
deliver
- 指定者:
deliver在接口中Courier<M extends Serializable>
-
isConsumer
public boolean isConsumer()- 指定者:
isConsumer在接口中Courier<M extends Serializable>
-
setConsumer
public void setConsumer(boolean consumer) - 指定者:
setConsumer在接口中Courier<M extends Serializable>
-