public class ServiceInvokerManager extends Object
| Constructor and Description |
|---|
ServiceInvokerManager() |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvoker |
getServiceInvoker(String serviceType) |
Map<String,ServiceInvoker> |
getServiceInvokerMap() |
void |
putServiceInvoker(String serviceType,
ServiceInvoker serviceInvoker) |
public ServiceInvoker getServiceInvoker(String serviceType)
public void putServiceInvoker(String serviceType, ServiceInvoker serviceInvoker)
public Map<String,ServiceInvoker> getServiceInvokerMap()
Copyright © 2023 Seata. All rights reserved.