pom
This commit is contained in:
@@ -25,7 +25,7 @@ import org.redkale.convert.ConvertType;
|
|||||||
public @interface ResourceConsumer {
|
public @interface ResourceConsumer {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link org.redkale.mq.MessageAgent}对象对应名称
|
* {@link org.redkale.mq.spi.MessageAgent}对象对应名称
|
||||||
*
|
*
|
||||||
* @return MQ名称
|
* @return MQ名称
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ public @interface ResourceProducer {
|
|||||||
String mq() default "";
|
String mq() default "";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 是否必须要加载,为ture时若mq()值对应{@link org.redkale.mq.MessageAgent}对象不存在的情况下会抛异常
|
* 是否必须要加载,为ture时若mq()值对应{@link org.redkale.mq.spi.MessageAgent}对象不存在的情况下会抛异常
|
||||||
*
|
*
|
||||||
* @return 是否必须要加载
|
* @return 是否必须要加载
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user