org.kuali.rice.ksb.messaging
Interface RepeatTopicInvokerQueue
- All Known Implementing Classes:
- RepeatTopicInvokerQueueImpl
public interface RepeatTopicInvokerQueue
All topics that are called with a repeat are called through this queue. The
queue is used so normal calling topic calling mechanics can be used when doing
the delay. This is so we pick up any additional topics that come online
since the time the call was first made. If we didn't use the queue and just
repeated every original topic call when the call was first made we would miss all the
original topic calls.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
invokeTopic
Object invokeTopic(AsynchronousCall methodCall)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.