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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()org.eclipse.edc.registration.store.spi.ParticipantStoreparticipantStore(org.eclipse.edc.spi.system.ServiceExtensionContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.edc.spi.system.ServiceExtension
initialize, prepare, shutdown, start
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
SqlParticipantStoreExtension
public SqlParticipantStoreExtension()
-
-
Method Details
-
name
- Specified by:
namein interfaceorg.eclipse.edc.spi.system.SystemExtension
-
participantStore
@Provider public org.eclipse.edc.registration.store.spi.ParticipantStore participantStore(org.eclipse.edc.spi.system.ServiceExtensionContext context)
-