jar

org.eclipse.hono : hono-service-device-registry-jdbc

Maven & Gradle

Aug 17, 2023
416 stars

Hono JDBC Based Device Registry · A Quarkus based implementation of Hono's device registry using JDBC for persistence.

Table Of Contents

Latest Version

Download org.eclipse.hono : hono-service-device-registry-jdbc JAR file - Latest Versions:

All Versions

Download org.eclipse.hono : hono-service-device-registry-jdbc JAR file - All Versions:

Version Vulnerabilities Size Updated
2.4.x
2.3.x
2.1.x
2.0.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hono-service-device-registry-jdbc-2.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.eclipse.hono.deviceregistry.jdbc.app

├─ org.eclipse.hono.deviceregistry.jdbc.app.AmqpServerFactory.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.app.Application.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.app.ConfigPropertiesProducer.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.app.HttpServerFactory.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.app.JdbcBasedDeviceRegistryMetrics.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.app.ManagementServicesProducer.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.app.StoreProducer.class - [JAR]

org.eclipse.hono.deviceregistry.jdbc.impl

├─ org.eclipse.hono.deviceregistry.jdbc.impl.ClasspathSchemaCreator.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.impl.CredentialsManagementServiceImpl.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.impl.CredentialsServiceImpl.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.impl.DeviceManagementServiceImpl.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.impl.NoOpSchemaCreator.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.impl.RegistrationServiceImpl.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.impl.Services.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.impl.StoreBasedTenantInformationService.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.impl.TenantManagementServiceImpl.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceImpl.class - [JAR]

org.eclipse.hono.deviceregistry.jdbc.config

├─ org.eclipse.hono.deviceregistry.jdbc.config.DeviceServiceOptions.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.config.SchemaCreator.class - [JAR]

├─ org.eclipse.hono.deviceregistry.jdbc.config.TenantServiceOptions.class - [JAR]

Advertisement