com.sun.grizzly.cometd
Interface PublishInterceptor


public interface PublishInterceptor

Interceptor, which (if not null) will process published data on channel. If Interceptor is null - default logic is applied - everyone gets notified.

Author:
Alexey Stashok

Method Summary
 void onPublish(PublishContext context, DeliverResponse patternResponse)
           
 

Method Detail

onPublish

void onPublish(PublishContext context,
               DeliverResponse patternResponse)


Copyright © 2012 Oracle Corporation. All Rights Reserved.