Class SqlParticipantStoreExtension

java.lang.Object
org.eclipse.edc.registration.store.sql.SqlParticipantStoreExtension
All Implemented Interfaces:
org.eclipse.edc.spi.system.ServiceExtension, org.eclipse.edc.spi.system.SystemExtension

@Provides(org.eclipse.edc.registration.store.spi.ParticipantStore.class) @Extension("SQL participants store") public class SqlParticipantStoreExtension extends Object implements org.eclipse.edc.spi.system.ServiceExtension
Extension that provides a ParticipantStore with SQL as backend storage
  • Field Details

  • Constructor Details

    • SqlParticipantStoreExtension

      public SqlParticipantStoreExtension()
  • Method Details

    • name

      public String name()
      Specified by:
      name in interface org.eclipse.edc.spi.system.SystemExtension
    • participantStore

      @Provider public org.eclipse.edc.registration.store.spi.ParticipantStore participantStore(org.eclipse.edc.spi.system.ServiceExtensionContext context)