Liferay 7.0-ce-b4

com.liferay.portal.kernel.poller
Interface PollerProcessor

All Known Implementing Classes:
BasePollerProcessor

public interface PollerProcessor


Method Summary
 PollerResponse receive(PollerRequest pollerRequest)
           
 void send(PollerRequest pollerRequest)
           
 

Method Detail

receive

PollerResponse receive(PollerRequest pollerRequest)
                       throws PollerException
Throws:
PollerException

send

void send(PollerRequest pollerRequest)
          throws PollerException
Throws:
PollerException

Liferay 7.0-ce-b4