Package io.micronaut.http.netty.channel
Interface TaskQueueInterceptor
public interface TaskQueueInterceptor
An interceptor that wraps a task queue for a netty event loop.
- Author:
- Jonas Konrad
-
Method Summary
-
Method Details
-
wrapTaskQueue
Wrap a task queue.- Parameters:
groupName- The event loop group nameoriginal- The original queue- Returns:
- The wrapped queue
-