JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.http.netty.channel
TaskQueueInterceptor
Contents
Description
Method Summary
Method Details
wrapTaskQueue(String, Queue)
Hide sidebar
Show sidebar
Interface TaskQueueInterceptor
public interface
TaskQueueInterceptor
An interceptor that wraps a task queue for a netty event loop.
Author:
Jonas Konrad
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Queue
<
Runnable
>
wrapTaskQueue
(
String
groupName,
Queue
<
Runnable
> original)
Wrap a task queue.
Method Details
wrapTaskQueue
Queue
<
Runnable
>
wrapTaskQueue
(
String
groupName,
Queue
<
Runnable
> original)
Wrap a task queue.
Parameters:
groupName
- The event loop group name
original
- The original queue
Returns:
The wrapped queue