public class DocumentMessageConsumerFactory extends Object implements ConsumerFactory<DocumentMessage>
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
repositoryName  | 
protected String | 
rootPath  | 
| Constructor and Description | 
|---|
DocumentMessageConsumerFactory(String repositoryName,
                              String rootPath)  | 
| Modifier and Type | Method and Description | 
|---|---|
Consumer<DocumentMessage> | 
createConsumer(String consumerId)  | 
protected final String repositoryName
public DocumentMessageConsumerFactory(String repositoryName, String rootPath)
public Consumer<DocumentMessage> createConsumer(String consumerId)
createConsumer in interface ConsumerFactory<DocumentMessage>consumerId - the consumer identifierCopyright © 2019 Nuxeo. All rights reserved.