Uses of Record Class
es.urjc.etsii.grafo.events.EventEnvelope
Packages that use EventEnvelope
-
Uses of EventEnvelope in es.urjc.etsii.grafo.events
Methods in es.urjc.etsii.grafo.events that return EventEnvelopeModifier and TypeMethodDescriptionInMemoryEventLog.getEvent(int id) Get a single event by id.InMemoryEventLog.getLastEvent()Get the last published event.Methods in es.urjc.etsii.grafo.events that return types with arguments of type EventEnvelopeModifier and TypeMethodDescriptionInMemoryEventLog.getEvents(int from, int to) Get events in range [from, to).Methods in es.urjc.etsii.grafo.events with parameters of type EventEnvelopeModifier and TypeMethodDescriptionvoidInMemoryEventLog.append(EventEnvelope envelope) Store a published event envelope. -
Uses of EventEnvelope in es.urjc.etsii.grafo.restcontroller
Methods in es.urjc.etsii.grafo.restcontroller that return EventEnvelopeMethods in es.urjc.etsii.grafo.restcontroller that return types with arguments of type EventEnvelopeModifier and TypeMethodDescriptionEventController.getEvents(int from, int to) Get events in range [from, to)