Package com.linecorp.armeria.server.annotation.decorator
@NonNullByDefault
package com.linecorp.armeria.server.annotation.decorator
Decorators for the annotated HTTP service.
-
ClassDescriptionA
CorsServicedecorator for annotated HTTP services.The containing annotation type forCorsDecorator.ALoggingServicedecorator for annotated HTTP services.A factory which creates aLoggingServicedecorator.The containing annotation type forLoggingDecorator.AThrottlingServicedecorator for annotated HTTP services.A factory which creates aThrottlingServicedecorator 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.