public interface ClientFactory
ClientFactory with annotation
SofaClientFactory.ClientFactoryAware interface.| Modifier and Type | Method and Description |
|---|---|
<T> T |
getClient(Class<T> clazz)
Get an instance of a specific SOFA programming API client such as
ReferenceClient or
ServiceClient. |
<T> T getClient(Class<T> clazz)
ReferenceClient or
ServiceClient.T - The type of the client to get.clazz - The type of the client to get.Copyright © 2021. All rights reserved.