Uses of Class
es.urjc.etsii.grafo.events.InMemoryEventLog
Packages that use InMemoryEventLog
-
Uses of InMemoryEventLog in es.urjc.etsii.grafo.events
Constructors in es.urjc.etsii.grafo.events with parameters of type InMemoryEventLogModifierConstructorDescriptionMorkEventPublisher(Iterable<MorkEventListener> listeners, org.springframework.messaging.simp.SimpMessagingTemplate messagingTemplate, InMemoryEventLog eventLog) Build an event publisher with an explicit listener collection.MorkEventPublisher(org.springframework.beans.factory.ObjectProvider<MorkEventListener> listeners, org.springframework.messaging.simp.SimpMessagingTemplate messagingTemplate, InMemoryEventLog eventLog) Build event publisher, creating the single dispatcher thread. -
Uses of InMemoryEventLog in es.urjc.etsii.grafo.restcontroller
Constructors in es.urjc.etsii.grafo.restcontroller with parameters of type InMemoryEventLogModifierConstructorDescriptionEventController(InMemoryEventLog eventLog, MorkEventPublisher eventPublisher) Create controller, done by Spring