Annotation Type LocalRSocketServerPort
@Target({FIELD,METHOD,PARAMETER,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
@Value("${local.rsocket.server.port}")
public @interface LocalRSocketServerPort
Annotation at the field or method/constructor parameter level that injects the RSocket
port that got allocated at runtime. Provides a convenient alternative for
@Value("${local.rsocket.server.port}")
.- Since:
- 2.2.0
- Author:
- Verónica Vásquez, Eddú Meléndez