public interface PollerProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
receive(PollerRequest pollerRequest,
PollerResponse pollerResponse) |
void |
send(PollerRequest pollerRequest) |
void receive(PollerRequest pollerRequest, PollerResponse pollerResponse) throws PollerException
PollerExceptionvoid send(PollerRequest pollerRequest) throws PollerException
PollerException