spring-cloud-aws
spring-cloud-aws copied to clipboard
Expose SimpleStorageResourceLoader's TaskExecutor as a JMX bean
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?