Package com.linecorp.armeria.spring
Annotation Interface LocalArmeriaPort
@Target({FIELD,METHOD,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
public @interface LocalArmeriaPort
Specifies an active local port of an Armeria server.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionSpecifies theSessionProtocol
to get the port from theServer
.
-
Element Details
-
value
SessionProtocol valueSpecifies theSessionProtocol
to get the port from theServer
.- Default:
HTTP
-