Class 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.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAccess the actual implementation of the Pulsar Client API.
-
Constructor Details
-
DefaultImplementation
public DefaultImplementation()
-
-
Method Details
-
getDefaultImplementation
Access the actual implementation of the Pulsar Client API.- Returns:
- the loaded implementation.
-