Package com.linecorp.armeria.common
Interface ContextHolder
- All Known Subinterfaces:
ContextAwareEventLoop
,com.linecorp.armeria.common.ContextAwareExecutorService
,ContextAwareScheduledExecutorService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A holder of
RequestContext
.-
Method Summary
-
Method Details
-
context
RequestContext context()Returns theRequestContext
.
-