Uses of Interface
com.dna.jopt.framework.codedefinition.IErrorEvent
Package
Description
-
Uses of IErrorEvent in com.dna.jopt.framework.body
-
Uses of IErrorEvent in com.dna.jopt.framework.body.event
Modifier and TypeFieldDescriptionfinal io.reactivex.rxjava3.subjects.ReplaySubject<IErrorEvent>
OptimizationEvents.error
The error ReplaySubject.Modifier and TypeMethodDescriptionio.reactivex.rxjava3.subjects.ReplaySubject<IErrorEvent>
OptimizationEvents.errorSubject()
Gets theError
ReplaySubject
which can be used to subscribe to any upcomingErrors
.Modifier and TypeMethodDescriptionvoid
IOptimizationEventListener.onError
(IErrorEvent errorEvent) On error.void
OptimizationEventListener.onError
(IErrorEvent errorEvent) -
Uses of IErrorEvent in com.dna.jopt.framework.codedefinition
-
Uses of IErrorEvent in com.dna.jopt.framework.stream.info
Modifier and TypeMethodDescriptionprotected void
ErrorStreamer.stream
(IOptimization opti, IErrorEvent event)