Class EventLoopAwareNettyIoExecutors
java.lang.Object
io.servicetalk.transport.netty.internal.EventLoopAwareNettyIoExecutors
A static factory to create or convert to
EventLoopAwareNettyIoExecutor.-
Method Summary
Modifier and TypeMethodDescriptiontoEventLoopAwareNettyIoExecutor(IoExecutor ioExecutor) Attempts to convert the passedIoExecutorto aEventLoopAwareNettyIoExecutor.
-
Method Details
-
toEventLoopAwareNettyIoExecutor
Attempts to convert the passedIoExecutorto aEventLoopAwareNettyIoExecutor.- Parameters:
ioExecutor-IoExecutorto convert.- Returns:
EventLoopAwareNettyIoExecutorcorresponding to the passedIoExecutor.- Throws:
IllegalArgumentException- IfIoExecutoris not of typeEventLoopAwareNettyIoExecutor.
-