Package com.linecorp.armeria.spring
Annotation Type 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 Elements Modifier and Type Optional Element Description SessionProtocol
value
Specifies theSessionProtocol
to get the port from theServer
.
-
Element Details
-
value
SessionProtocol valueSpecifies theSessionProtocol
to get the port from theServer
.- Default:
- HTTP
-