Interface ActivityPubStoreRepository


public interface ActivityPubStoreRepository
Manages multiple ActivityPubStore by there name.
  • Method Details

    • findActivityPubStore

      Optional<ActivityPubStore> findActivityPubStore(org.apache.commons.rdf.api.IRI storeName)
      Parameters:
      storeName -
      Returns:
      The store for the passed storeName.
    • createActivityPubStore

      ActivityPubStore createActivityPubStore(org.apache.commons.rdf.api.IRI storeName)
      Creates an empty ActivityPubStore.
      Parameters:
      storeName -
      Returns:
      The created store for the passed storeName.
    • shutdown

      void shutdown()
      Releases the resources of this store