类 DataEndpointMBean

    • 构造器详细资料

      • DataEndpointMBean

        public DataEndpointMBean​(String beanName,
                                 Endpoint<?> endpoint,
                                 com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Create a new DataEndpointMBean instance.
        参数:
        beanName - the bean name
        endpoint - the endpoint to wrap
        objectMapper - the ObjectMapper used to convert the payload
    • 方法详细资料

      • getData

        @ManagedAttribute(description="Invoke the underlying endpoint")
        public Object getData()