public class ProtocolPluginFactory
extends java.lang.Object
| 构造器和说明 |
|---|
ProtocolPluginFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ProtocolAdaptor<org.apache.eventmesh.common.protocol.ProtocolTransportObject> |
getProtocolAdaptor(java.lang.String protocolType)
Get protocol adaptor by name.
|
public static ProtocolAdaptor<org.apache.eventmesh.common.protocol.ProtocolTransportObject> getProtocolAdaptor(java.lang.String protocolType)
protocolType - protocol typejava.lang.IllegalArgumentException - if protocol not found