Package com.linecorp.armeria.server.annotation.decorator
@NonNullByDefault
package com.linecorp.armeria.server.annotation.decorator
Decorators for the annotated HTTP service.
-
ClassDescriptionA
CorsService
decorator for annotated HTTP services.The containing annotation type forCorsDecorator
.ALoggingService
decorator for annotated HTTP services.A factory which creates aLoggingService
decorator.The containing annotation type forLoggingDecorator
.AThrottlingService
decorator for annotated HTTP services.A factory which creates aThrottlingService
decorator with aThrottlingStrategy.rateLimiting(double, String)
.The containing annotation type forRateLimitingDecorator
.Annotation for request timeout.A factory which creates a decorator that sets request timeout to currentServiceRequestContext
.