I want to trigger a notification when a document is sent to RavenDB. I have looked at the IDocumentStoreListener, but is there any way to work this so it is triggered after an index is finished doing its thing?
> I want to trigger a notification when a document is sent to RavenDB. I
> have looked at the IDocumentStoreListener, but is there any way to work
> this so it is triggered after an index is finished doing its thing?
On Friday, 3 August 2012 16:45:04 UTC+1, Oren Eini wrote:
> Yes, you can do that using the store.Changes() API
> On Fri, Aug 3, 2012 at 2:48 PM, Francis Gilbert wrote:
>> Hi,
>> I want to trigger a notification when a document is sent to RavenDB. I >> have looked at the IDocumentStoreListener, but is there any way to work >> this so it is triggered after an index is finished doing its thing?
> I have the latest prerelease code from Nuget, but I can't get to ForIndex
> after Changes(), is this up on Nuget yet?
> On Friday, 3 August 2012 16:45:04 UTC+1, Oren Eini wrote:
>> Yes, you can do that using the store.Changes() API
>> On Fri, Aug 3, 2012 at 2:48 PM, Francis Gilbert wrote:
>>> Hi,
>>> I want to trigger a notification when a document is sent to RavenDB. I
>>> have looked at the IDocumentStoreListener, but is there any way to work
>>> this so it is triggered after an index is finished doing its thing?
On Friday, 3 August 2012 17:13:18 UTC+1, Oren Eini wrote:
> Yes, it is.
> On Fri, Aug 3, 2012 at 7:11 PM, Francis Gilbert wrote:
>> Thanks.
>> I have the latest prerelease code from Nuget, but I can't get to ForIndex >> after Changes(), is this up on Nuget yet?
>> On Friday, 3 August 2012 16:45:04 UTC+1, Oren Eini wrote:
>>> Yes, you can do that using the store.Changes() API
>>> On Fri, Aug 3, 2012 at 2:48 PM, Francis Gilbert wrote:
>>>> Hi,
>>>> I want to trigger a notification when a document is sent to RavenDB. I >>>> have looked at the IDocumentStoreListener, but is there any way to work >>>> this so it is triggered after an index is finished doing its thing?