- ProtocolAdaptor<T extends org.apache.eventmesh.common.protocol.ProtocolTransportObject> - org.apache.eventmesh.protocol.api中的接口
-
Protocol transformer SPI interface, all protocol plugin should implementation.
- ProtocolHandleException - org.apache.eventmesh.protocol.api.exception中的异常错误
-
Protocol Handle exception, will be thrown in protocol handling.
- ProtocolHandleException(String) - 异常错误 的构造器org.apache.eventmesh.protocol.api.exception.ProtocolHandleException
-
- ProtocolHandleException(String, Throwable) - 异常错误 的构造器org.apache.eventmesh.protocol.api.exception.ProtocolHandleException
-
- ProtocolPluginFactory - org.apache.eventmesh.protocol.api中的类
-
A factory to get Protocol plugin instance.
- ProtocolPluginFactory() - 类 的构造器org.apache.eventmesh.protocol.api.ProtocolPluginFactory
-