@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, provideURLFetchServiceaddError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingpublic MultithreadedAsyncGoogleAppEngineConfigurationModule()
public MultithreadedAsyncGoogleAppEngineConfigurationModule(com.google.common.util.concurrent.ListeningExecutorService currentRequestThreadFactory)
currentRequestThreadFactory - CurrentRequestExecutorServiceModule#currentRequestThreadFactorypublic MultithreadedAsyncGoogleAppEngineConfigurationModule(com.google.common.base.Supplier<com.google.common.util.concurrent.ListeningExecutorService> memoizedCurrentRequestExecutorService)
memoizedCurrentRequestExecutorService - CurrentRequestExecutorServiceModule.memoizedCurrentRequestExecutorServiceprotected void bindHttpCommandExecutorService()
bindHttpCommandExecutorService in class GoogleAppEngineConfigurationModuleCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.