Class BlobStoreCoreExtension

java.lang.Object
org.eclipse.edc.azure.blob.BlobStoreCoreExtension
All Implemented Interfaces:
org.eclipse.edc.spi.system.ServiceExtension, org.eclipse.edc.spi.system.SystemExtension

@Provides(BlobStoreApi.class) @Extension("Azure BlobStore Core") public class BlobStoreCoreExtension extends Object implements org.eclipse.edc.spi.system.ServiceExtension
  • Field Details

  • Constructor Details

    • BlobStoreCoreExtension

      public BlobStoreCoreExtension()
  • Method Details

    • name

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

      public void initialize(org.eclipse.edc.spi.system.ServiceExtensionContext context)
      Specified by:
      initialize in interface org.eclipse.edc.spi.system.ServiceExtension