Uses of Interface
org.eclipse.ditto.internal.utils.health.AbstractBackgroundStreamingActorWithConfigWithStatusReport.Event
Packages that use AbstractBackgroundStreamingActorWithConfigWithStatusReport.Event
-
Uses of AbstractBackgroundStreamingActorWithConfigWithStatusReport.Event in org.eclipse.ditto.internal.utils.health
Classes in org.eclipse.ditto.internal.utils.health that implement AbstractBackgroundStreamingActorWithConfigWithStatusReport.EventModifier and TypeClassDescriptionprotected static final classEvent for when a stream terminated.protected static final classEvent for when a stream started.Methods in org.eclipse.ditto.internal.utils.health that return types with arguments of type AbstractBackgroundStreamingActorWithConfigWithStatusReport.EventModifier and TypeMethodDescriptionprotected Stream<org.apache.pekko.japi.Pair<Instant,AbstractBackgroundStreamingActorWithConfigWithStatusReport.Event>> AbstractBackgroundStreamingActorWithConfigWithStatusReport.getEventStream()Methods in org.eclipse.ditto.internal.utils.health with parameters of type AbstractBackgroundStreamingActorWithConfigWithStatusReport.EventModifier and TypeMethodDescriptionprotected voidAbstractBackgroundStreamingActorWithConfigWithStatusReport.streamTerminated(AbstractBackgroundStreamingActorWithConfigWithStatusReport.Event streamTerminated) Handle stream termination.Method parameters in org.eclipse.ditto.internal.utils.health with type arguments of type AbstractBackgroundStreamingActorWithConfigWithStatusReport.EventModifier and TypeMethodDescriptionprotected StatusDetailMessage.LevelAbstractBackgroundStreamingActorWithConfigWithStatusReport.getMostSevereLevelFromEvents(Deque<org.apache.pekko.japi.Pair<Instant, AbstractBackgroundStreamingActorWithConfigWithStatusReport.Event>> events) Get the most severe log level from events.protected org.eclipse.ditto.json.JsonObjectAbstractBackgroundStreamingActorWithConfigWithStatusReport.renderEvent(org.apache.pekko.japi.Pair<Instant, AbstractBackgroundStreamingActorWithConfigWithStatusReport.Event> element) Render a single event as JSON for health reporting.protected org.eclipse.ditto.json.JsonArrayAbstractBackgroundStreamingActorWithConfigWithStatusReport.renderEvents(Deque<org.apache.pekko.japi.Pair<Instant, AbstractBackgroundStreamingActorWithConfigWithStatusReport.Event>> events) Render known events as a JSON array.