public static class RpcDispatchAsyncModule.Builder extends AbstractDispatchAsyncModule.Builder<RpcDispatchAsyncModule.Builder>
RpcDispatchAsyncModule builder.| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends DispatchAsync> |
dispatchAsync |
| Constructor and Description |
|---|
RpcDispatchAsyncModule.Builder() |
exceptionHandler, sessionAccessorprotected Class<? extends DispatchAsync> dispatchAsync
public RpcDispatchAsyncModule build()
build in class AbstractDispatchAsyncModule.Builder<RpcDispatchAsyncModule.Builder>public Class<? extends RpcDispatchHooks> getDispatchHooks()
public Class<? extends RpcInterceptorRegistry> getInterceptorRegistry()
public Class<? extends DispatchAsync> getDispatchAsync()
public Class<? extends RpcDispatchCallFactory> getDispatchCallFactory()
public RpcDispatchAsyncModule.Builder dispatchHooks(Class<? extends RpcDispatchHooks> dispatchHooks)
RpcDispatchHooks.
Default is DefaultRpcDispatchHooksdispatchHooks - The RpcDispatchHooks implementation.RpcDispatchAsyncModule.Builder object.public RpcDispatchAsyncModule.Builder dispatchAsync(Class<? extends DispatchAsync> dispatchAsync)
DispatchAsync.
Default is RpcDispatchAsyncdispatchAsync - The DispatchAsync implementation.RpcDispatchAsyncModule.Builder object.public RpcDispatchAsyncModule.Builder dispatchCallFactory(Class<? extends RpcDispatchCallFactory> dispatchCallFactory)
RpcDispatchCallFactory.
Default is DefaultRpcDispatchCallFactorydispatchCallFactory - The RpcDispatchCallFactory
implementation.RpcDispatchAsyncModule.Builder object.public RpcDispatchAsyncModule.Builder interceptorRegistry(Class<? extends RpcInterceptorRegistry> interceptorRegistry)
interceptorRegistry - A RpcInterceptorRegistry class.builder object.@Deprecated public RpcDispatchAsyncModule.Builder clientActionHandlerRegistry(Class<? extends ClientActionHandlerRegistry> clientActionHandlerRegistryType)
interceptorRegistryclientActionHandlerRegistryType - A ClientActionHandlerRegistry class.RpcDispatchAsyncModule.Builder object.protected RpcDispatchAsyncModule.Builder self()
self in class AbstractDispatchAsyncModule.Builder<RpcDispatchAsyncModule.Builder>Copyright © 2010–2015 Arcbees. All rights reserved.