Class DefaultImplementation
- java.lang.Object
-
- org.apache.pulsar.client.internal.DefaultImplementation
-
public class DefaultImplementation extends java.lang.ObjectThis class loads the implementation forPulsarClientImplementationBindingand 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.
-
-
Constructor Summary
Constructors Constructor Description DefaultImplementation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PulsarClientImplementationBindinggetDefaultImplementation()Access the actual implementation of the Pulsar Client API.
-
-
-
Method Detail
-
getDefaultImplementation
public static PulsarClientImplementationBinding getDefaultImplementation()
Access the actual implementation of the Pulsar Client API.- Returns:
- the loaded implementation.
-
-