类 DefaultImplementation
java.lang.Object
org.apache.pulsar.client.internal.DefaultImplementation
This class loads the implementation for
PulsarClientImplementationBinding
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.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Access the actual implementation of the Pulsar Client API.
-
构造器详细资料
-
DefaultImplementation
public DefaultImplementation()
-
-
方法详细资料
-
getDefaultImplementation
Access the actual implementation of the Pulsar Client API.- 返回:
- the loaded implementation.
-