spring-cloud-aws icon indicating copy to clipboard operation
spring-cloud-aws copied to clipboard

Expose SimpleStorageResourceLoader's TaskExecutor as a JMX bean

Open Cuneytt opened this issue 8 years ago • 0 comments

org.springframework.cloud.aws.core.io.s3.SimpleStorageResourceLoader is configured with a org.springframework.core.task.TaskExecutor that I want to expose through JMX. Since there is no getter for this field I can not expose the configured instance using org.springframework.jmx.export.MBeanExporter.

Is there a way to expose the TaskExecutor?

Cuneytt avatar May 24 '16 18:05 Cuneytt