Package org.eclipse.edc.azure.blob
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(org.eclipse.edc.spi.system.ServiceExtensionContext context) name()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
prepare, shutdown, start
-
Field Details
-
EDC_BLOBSTORE_ENDPOINT_TEMPLATE
- See Also:
-
NAME
- See Also:
-
-
Constructor Details
-
BlobStoreCoreExtension
public BlobStoreCoreExtension()
-
-
Method Details
-
name
- Specified by:
namein interfaceorg.eclipse.edc.spi.system.SystemExtension
-
initialize
public void initialize(org.eclipse.edc.spi.system.ServiceExtensionContext context) - Specified by:
initializein interfaceorg.eclipse.edc.spi.system.ServiceExtension
-