| Class | Description |
|---|---|
| MessageHolderWithTokensConsumer |
Consumes
MessageHolderWithTokens from queue and pass them as a CDI event for further processing. |
| MessageHolderWithTokensProducer |
Receives CDI event with
MessageHolderWithTokens payload and dispatches this payload to JMS queue selected by a type of the variant specified in payload. |
| MessageHolderWithVariantsConsumer |
Consumes
MessageHolderWithVariants from queue and pass them as a CDI event for further processing. |
| MessageHolderWithVariantsProducer |
Receives CDI event with
MessageHolderWithVariants payload and dispatches this payload to JMS queue selected by a type of the variant specified in payload. |
| VariantMetricInformationConsumer |
Consumes
VariantMetricInformation from queue and pass them as a CDI event for further processing. |
| VariantMetricInformationProducer |
Receives CDI event with
VariantMetricInformation payload and dispatches this payload to JMS queue. |
| Annotation Type | Description |
|---|---|
| Dequeue |
Denotes an event with message that is pulled from JMS queue for further processing
|
| DispatchToQueue |
Denotes an event with message that will be dispatched to JMS queue
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.