public static interface ZPoller.EventsHandler
Modifier and Type | Method and Description |
---|---|
boolean |
events(SelectableChannel channel,
int events)
Called when the poller intercepts events.
|
boolean |
events(ZMQ.Socket socket,
int events)
Called when the poller intercepts events.
|
boolean events(ZMQ.Socket socket, int events)
socket
- the socket with eventsevents
- the interesting events as an ORed combination of IN, OUT, ERRboolean events(SelectableChannel channel, int events)
channel
- the channel with eventsevents
- the interesting events as an ORed combination of IN, OUT, ERRCopyright © 2019. All rights reserved.