Class ServiceProxyBeanFactory
java.lang.Object
com.cloudimpl.outstack.spring.service.ServiceProxyBeanFactory
@Component("serviceProxyBeanFactory")
public class ServiceProxyBeanFactory
extends java.lang.Object
Dynamic proxy instance creation factory
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_PROXY_BEAN_FACTORY -
Constructor Summary
Constructors Constructor Description ServiceProxyBeanFactory() -
Method Summary
Modifier and Type Method Description <T extends IReactiveService>
TcreateServiceProxyBean(java.lang.Class<T> beanClass)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SERVICE_PROXY_BEAN_FACTORY
public static final java.lang.String SERVICE_PROXY_BEAN_FACTORY- See Also:
- Constant Field Values
-
-
Constructor Details
-
ServiceProxyBeanFactory
public ServiceProxyBeanFactory()
-
-
Method Details
-
createServiceProxyBean
-