public class MetricsCollector extends AbstractJMSMessageConsumer
NotificationDispatcher and updates the database.| Constructor and Description |
|---|
MetricsCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
collectMetrics(VariantMetricInformation variantMetricInformation)
Receives variant metrics and update the push message information in a database.
|
receiveInTransactionNoWait, receiveInTransactionNoWaitpublic void collectMetrics(@Observes
VariantMetricInformation variantMetricInformation)
VariantCompletedEvent CDI event.
Additionally when a variant was completed and there are no more variants to be completed for this variant,
the PushMessageCompletedEvent CDI event is fired.variantMetricInformation - the variant metrics info objectCopyright © 2015 JBoss by Red Hat. All Rights Reserved.