Package org.alfresco.event.gateway.subscription
-
Interface Summary Interface Description EventSubscription The event subscription component is in charge of publishing the events consumed from ACS to other channels.EventSubscriptionFactory The event subscription factory has the responsibility of creating new event subscription objects taking into account the specification provided by the client using aSubscriptionobject.EventSubscriptionRegistry Registry that manages all theEventSubscriptionobjects of the event gateway microservice.EventSubscriptionService Service in charge of dealing with the internal logic of the gatewaySubscriptionPublisher The subscription publisher is the component in charge of publishing theRepoEventobjects to the corresponding channels.SubscriptionPublisherFactory The subscription publisher factory has the responsibility of creating new subscription publisher objects taking into account the specification provided by the client using aSubscriptionobject.