类 DefaultImplementation
- java.lang.Object
-
- org.apache.pulsar.client.internal.DefaultImplementation
-
public class DefaultImplementation extends java.lang.Object
This class loads the implementation forPulsarClientImplementationBinding
and allows you to decouple the API from the actual implementation. This class is internal to the Pulsar API implementation, and it is not part of the public API it is not meant to be used by client applications.
-
-
构造器概要
构造器 构造器 说明 DefaultImplementation()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static PulsarClientImplementationBinding
getDefaultImplementation()
Access the actual implementation of the Pulsar Client API
-
-
-
方法详细资料
-
getDefaultImplementation
public static PulsarClientImplementationBinding getDefaultImplementation()
Access the actual implementation of the Pulsar Client API- 返回:
- the loaded implementation.
-
-