The sole purpose of this class it to work around that the EmbeddedEventLoop of EmbeddedChannel throws an UnsupportedOperation exception for scheduleAtFixedRate. Instances of this class will delegate all call except schuduleAtFixedRate to the passed in EventLoop which for testing purposes will be the EmbeddedEventLoop. Note that schuduleAtFixedRate will actually not run the command given to it, but instead just return a ScheduledFuture that is marked as successful.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.