public interface ServiceDiscovery
| 限定符和类型 | 方法和说明 |
|---|---|
ClientInformation |
lookup(String pipeNamePattern)
Obtain a bound client instance based on the name of the message pipe
The obtained instance supports load balancing
|
ClientInformation lookup(String pipeNamePattern) throws MessagePipeException
The obtained instance supports load balancing
pipeNamePattern - The MessagePipe pattern nameClientInformation instanceMessagePipeException - The MessagePipeException instanceCopyright © 2020. All rights reserved.