Interface IoEvent

All Known Subinterfaces:
EpollIoEvent, NioIoEvent
All Known Implementing Classes:
IoUringIoEvent, KQueueIoEvent

public interface IoEvent
An IO event that is dispatched to an IoHandle as a result of a previous submitted IoOps. Concrete IoHandle implementations support different concrete IoEvent implementations.