Class LongPollingExecutorServiceProvider

java.lang.Object
com.cumulocity.sdk.client.notification.LongPollingExecutorServiceProvider
All Implemented Interfaces:
org.glassfish.jersey.spi.ExecutorServiceProvider

@ClientAsyncExecutor public class LongPollingExecutorServiceProvider extends Object implements org.glassfish.jersey.spi.ExecutorServiceProvider
  • Constructor Details

    • LongPollingExecutorServiceProvider

      public LongPollingExecutorServiceProvider(ExecutorService executorService)
  • Method Details

    • getExecutorService

      public ExecutorService getExecutorService()
      Specified by:
      getExecutorService in interface org.glassfish.jersey.spi.ExecutorServiceProvider
    • dispose

      public void dispose(ExecutorService executorService)
      Specified by:
      dispose in interface org.glassfish.jersey.spi.ExecutorServiceProvider