Uses of Class
org.infinispan.server.core.utils.DelegatingEventLoopGroup
Packages that use DelegatingEventLoopGroup
-
Uses of DelegatingEventLoopGroup in org.infinispan.server.core.transport
Subclasses of DelegatingEventLoopGroup in org.infinispan.server.core.transportModifier and TypeClassDescriptionclass
This event loop group prevents any tasks submitted via theExecutor.execute(Runnable)
},ExecutorService.submit(Runnable)
,ExecutorService.submit(Callable)
,ExecutorService.submit(Runnable, Object)
API methods from being ran on the same event loop that submitted it.