Uses of Interface
org.alfresco.event.gateway.consumption.EventConsumer
-
Packages that use EventConsumer Package Description org.alfresco.event.gateway.consumption -
-
Uses of EventConsumer in org.alfresco.event.gateway.consumption
Methods in org.alfresco.event.gateway.consumption that return types with arguments of type EventConsumer Modifier and Type Method Description Stream<EventConsumer>EventConsumerRegistry. getAll()Retrieve all the registeredEventConsumerobjects in the registry.Methods in org.alfresco.event.gateway.consumption with parameters of type EventConsumer Modifier and Type Method Description voidEventConsumerRegistry. deregister(EventConsumer eventConsumer)Remove an existingEventConsumerfrom the registry, so that it doesn't receive any new events.voidEventConsumerRegistry. register(EventConsumer eventConsumer)Add a newEventConsumerto the registry if it wasn't already registered.
-