LocalRSocketServerPort
@Target(value = [ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.ANNOTATION_TYPE] )
@Value(value = "${local.rsocket.server.port}")
Annotation at the field or method/constructor parameter level that injects the RSocket port that was allocated at runtime. Provides a convenient alternative for @Value("${local.rsocket.server.port}")
.
Author
Verónica Vásquez
Eddú Meléndez
Since
2.7.0