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