Registry / networking / dubbo-registry-api

dubbo-registry-api

JSON →
library3.3.6javamavenunverified

The registry module of Apache Dubbo providing service discovery and registration interfaces.

<dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-registry-api</artifactId> <version>3.3.6</version> </dependency>
INSTALL
IMPORT
SIG · DUBBO-REGISTRY-API
D
dubbo-registry-api
networkingjavav3.3.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Registry
org.apache.dubbo.registry.Registry

Minimal example obtaining a Registry instance from a RegistryFactory.

import org.apache.dubbo.registry.Registry; import org.apache.dubbo.registry.RegistryFactory; public class Example { public static void main(String[] args) { RegistryFactory factory = /* get factory */; Registry registry = factory.getRegistry(); System.out.println("Registry obtained"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
dubbo-registry-api — mvn dependency:get dubbo-registry-api · libregistry