| Package | Description |
|---|---|
| org.gytheio.content |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Component
Defines a component which is a consumer of request for content action messages,
delegates that work to a worker, and sends a reply with the results.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncComponent<W extends org.gytheio.content.ContentWorker,RQ extends Request<RP>,RP extends Reply>
Base component which pulls a message off the queue before performing the work, useful
when progress reporting is needed as some messaging endpoints will lock the session
until the message consumption is complete and progress replies can not be sent.
|
class |
AbstractComponent<W extends org.gytheio.content.ContentWorker>
Base implementation of a component with content worker and messageProducer fields.
|
Copyright © 2018 Alfresco Software. All rights reserved.