@Beta public class MultithreadedAsyncGoogleAppEngineConfigurationModule extends GoogleAppEngineConfigurationModule
AsyncGaeHttpCommandExecutorService
.Constructor and Description |
---|
MultithreadedAsyncGoogleAppEngineConfigurationModule() |
MultithreadedAsyncGoogleAppEngineConfigurationModule(com.google.common.util.concurrent.ListeningExecutorService currentRequestThreadFactory)
Used when you are creating multiple contexts in the same app.
|
MultithreadedAsyncGoogleAppEngineConfigurationModule(com.google.common.base.Supplier<com.google.common.util.concurrent.ListeningExecutorService> memoizedCurrentRequestExecutorService)
Used when you are creating multiple contexts in the same app.
|
Modifier and Type | Method and Description |
---|---|
protected void |
bindHttpCommandExecutorService() |
configure, provideURLFetchService
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
public MultithreadedAsyncGoogleAppEngineConfigurationModule()
public MultithreadedAsyncGoogleAppEngineConfigurationModule(com.google.common.util.concurrent.ListeningExecutorService currentRequestThreadFactory)
currentRequestThreadFactory
- CurrentRequestExecutorServiceModule#currentRequestThreadFactory
public MultithreadedAsyncGoogleAppEngineConfigurationModule(com.google.common.base.Supplier<com.google.common.util.concurrent.ListeningExecutorService> memoizedCurrentRequestExecutorService)
memoizedCurrentRequestExecutorService
- CurrentRequestExecutorServiceModule.memoizedCurrentRequestExecutorService
protected void bindHttpCommandExecutorService()
bindHttpCommandExecutorService
in class GoogleAppEngineConfigurationModule
Copyright © 2009-2013 jclouds. All Rights Reserved.