public interface Event extends Supplier<EventResult>
Will represent an I/O event.
There will be several types of events read,write, close.
All these events should implement this interface.
get
Copyright © 2018 WSO2. All rights reserved.