Class InstantiatingExecutorProvider

java.lang.Object
com.google.api.gax.core.InstantiatingExecutorProvider
All Implemented Interfaces:
ExecutorProvider

public abstract class InstantiatingExecutorProvider extends Object implements ExecutorProvider
InstantiatingChannelProvider is an ExecutorProvider which constructs a new ScheduledExecutorService every time getExecutor() is called.