Package de.otto.synapse.annotation
Annotation Interface MessageQueueConsumer
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<?>The type of theMessage.getPayload()produced by theMessageQueueReceiverEndpoint -
Optional Element Summary
Optional Elements
-
Element Details
-
endpointName
String endpointName -
payloadType
Class<?> payloadTypeThe type of theMessage.getPayload()produced by theMessageQueueReceiverEndpoint- Returns:
- payload type
-
-
-
keyPattern
String keyPattern- Default:
- ".*"
-