Skip to content

Spring Boot Actuator: Endpoint #20515

@aeiplatform

Description

@aeiplatform

Implementing Custom Endpoints

@Component
@Endpoint(id = "test")
class TestEndpoint {
// ... some operations ...
}

Endpoint needs to be also annotated with one of stereotypes otherwise it won't be exposed via HTTP or JMX.

Metadata

Metadata

Assignees

No one assigned

    Labels

    for: stackoverflowA question that's better suited to stackoverflow.com

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions