• Phillip Webb's avatar
    Improve MBean without backing Endpoint support · 5b40eb48
    Phillip Webb authored
    Improve support for MBeans without a backing endpoint by introducing
    a `JmxEndpoint` interface. The `JmxEndpoint` is intentionally
    similar in design to the `MvcEndpoint` from the `mvc` package and
    allows for completely custom JMX beans that are not backed by any
    real actuator `Endpoint`.
    
    The `AuditEventsMBean` has been refactored to use the new interface and
    has been renamed to `AuditEventsJmxEndpoint`.
    
    See gh-6579
    5b40eb48
Name
Last commit
Last update
..
asciidoc Loading commit data...
docbook Loading commit data...
groovy Loading commit data...
java/org/springframework/boot Loading commit data...
javadoc Loading commit data...
xslt Loading commit data...