| Interface | Description |
|---|---|
| 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.
|
| ContentReply |
| Class | Description |
|---|---|
| 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.
|
| AbstractComponent<W extends org.gytheio.content.ContentWorker> |
Base implementation of a component with content worker and messageProducer fields.
|
| AbstractContentReply |
Base implementation of a content reply
|
| AbstractContentRequest |
Represents a request for some operation on content sources.
|
Copyright © 2018 Alfresco Software. All rights reserved.