Package org.alfresco.event.gateway.consumption
-
Interface Summary Interface Description EventConsumer The event consumer handlesRepoEventobjects, usually to publish them again in a different output channel.EventConsumerRegistry Registry that manages all theEventConsumerobjects of the event gateway microservice.EventRouter TheGatewayEventConsumerforwards theRepoEventto the event router that uses theEventConsumerRegistryto subsequently send the event to the correspondingEventConsumer/s.GatewayEventConsumer The gateway event consumer is the main entry point of the event gateway microservice.