Annotation Interface ConditionalOnManagementPort
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
@Conditional(org.springframework.boot.actuate.autoconfigure.web.server.OnManagementPortCondition.class)
public @interface ConditionalOnManagementPort
@Conditional
that matches based on the configuration of the
management port.- Since:
- 2.0.0
- Author:
- Andy Wilkinson
-
Required Element Summary
-
Element Details
-
value
ManagementPortType valueTheManagementPortType
to match.- Returns:
- the port type
-