Interface DeliverableStore

All Known Subinterfaces:
ActorsStore, PublicActorStore

public interface DeliverableStore
Store, that is able to receive activities. Thats a common interface for standard Actor Stores and the public collection. 11/2024 i removed the public actor and so there was no actorsRepository any more for the public actor. but the public collection must be able to receive activities!
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.commons.rdf.api.IRI
    deliver(Activity activity)
     
  • Method Details

    • deliver

      org.apache.commons.rdf.api.IRI deliver(Activity activity)