How to pass Executor ObjectStorageAsyncClient in OCI JAVA SDK Client
How can i pass my own Executor to ObjectStorageAsyncClient? I could see api available in ObjectStorageClient as provided below, but I couldnt find similar method /api to pass to ObjectStorageAsyncClient.
Pass Executor ObjectStorageAsyncClient in OCI SDK Client
I could find a way to pass executor service in sync version of java ocisdkclient. but I could find a way to pass executor in async java oci sdk client version. Could some one please help on this ?