Class StatusUpdateMDB
- java.lang.Object
-
- org.jboss.windup.web.services.messaging.AbstractMDB
-
- org.jboss.windup.web.services.messaging.StatusUpdateMDB
-
- All Implemented Interfaces:
javax.jms.MessageListener
public class StatusUpdateMDB extends AbstractMDB implements javax.jms.MessageListener
This receives updates from the Windup execution backend processes and persists the current state to the database.- Author:
- Jesse Sightler
-
-
Constructor Summary
Constructors Constructor Description StatusUpdateMDB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitialize()voidonMessage(javax.jms.Message message)-
Methods inherited from class org.jboss.windup.web.services.messaging.AbstractMDB
validatePayload
-
-