Uses of Class
org.graylog.events.event.EventReplayInfo
Packages that use EventReplayInfo
-
Uses of EventReplayInfo in org.graylog.events.event
Methods in org.graylog.events.event that return EventReplayInfoModifier and TypeMethodDescriptionabstract EventReplayInfoEventReplayInfo.Builder.build()Event.getReplayInfo()EventImpl.getReplayInfo()Methods in org.graylog.events.event that return types with arguments of type EventReplayInfoMethods in org.graylog.events.event with parameters of type EventReplayInfoModifier and TypeMethodDescriptionabstract EventDto.BuilderEventDto.Builder.replayInfo(EventReplayInfo replayInfo) voidEvent.setReplayInfo(EventReplayInfo replayInfo) voidEventImpl.setReplayInfo(EventReplayInfo replayInfo) -
Uses of EventReplayInfo in org.graylog.plugins.views.search.searchtypes.events
Methods in org.graylog.plugins.views.search.searchtypes.events that return types with arguments of type EventReplayInfoMethod parameters in org.graylog.plugins.views.search.searchtypes.events with type arguments of type EventReplayInfoModifier and TypeMethodDescriptionabstract EventSummary.BuilderEventSummary.Builder.replayInfo(Optional<EventReplayInfo> replayInfo)