Class ActivityHandlerFollowInbox
java.lang.Object
org.linkedopenactors.rdfpub.store.rdf4j.AbstractHandler
org.linkedopenactors.rdfpub.store.rdf4j.ActivityHandlerFollowInbox
- All Implemented Interfaces:
ActivityHandler
@Component
public class ActivityHandlerFollowInbox
extends AbstractHandler
implements ActivityHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.linkedopenactors.rdfpub.store.rdf4j.ActivityHandler
ActivityHandler.Context
-
Constructor Summary
ConstructorDescriptionActivityHandlerFollowInbox
(org.apache.commons.rdf.api.RDF rdf, Vocabularies vocabularies) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(Actor activityOwner, Activity activity, ActivityPubStore activityPubStore, Actor activityPubStoreOwner) boolean
isResponsibleFor
(ActivityHandler.Context ctx, ActivityType activityType)
-
Constructor Details
-
ActivityHandlerFollowInbox
-
-
Method Details
-
isResponsibleFor
- Specified by:
isResponsibleFor
in interfaceActivityHandler
-
handle
public void handle(Actor activityOwner, Activity activity, ActivityPubStore activityPubStore, Actor activityPubStoreOwner) - Specified by:
handle
in interfaceActivityHandler
-