public class BlobMessageConsumerFactory extends Object implements ConsumerFactory<BlobMessage>
Constructor and Description |
---|
BlobMessageConsumerFactory(String blobProviderName,
Path outputBlobInfoDirectory)
Blob Consumer factory requires a blob providerName that is present in Nuxeo instance running the consumer.
|
Modifier and Type | Method and Description |
---|---|
Consumer<BlobMessage> |
createConsumer(String consumerId) |
public BlobMessageConsumerFactory(String blobProviderName, Path outputBlobInfoDirectory)
public Consumer<BlobMessage> createConsumer(String consumerId)
createConsumer
in interface ConsumerFactory<BlobMessage>
consumerId
- the consumer identifierCopyright © 2017 Nuxeo. All rights reserved.