@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface MessageQueueConsumer
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
endpointName |
java.lang.Class<?> |
payloadType
The type of the
Message.getPayload() produced by the MessageQueueReceiverEndpoint |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
keyPattern |
public abstract java.lang.Class<?> payloadType
Message.getPayload() produced by the MessageQueueReceiverEndpoint