- Direct Known Subclasses:
- ServiceDispatcher.LazyQueuingService
- Enclosing class:
- ServiceDispatcher
public class ServiceDispatcher.QueuingService
extends Object
A service where requests are simply added to the supplied queue. It's
the responsibility of the service creator to drain the queue. This
service is used when the service carries out a long-running dialog with
the service requester. For example, a Feeder service.