Uses of Interface
com.dna.jopt.framework.codedefinition.IErrorEvent
Packages that use IErrorEvent
Package
Description
-
Uses of IErrorEvent in com.dna.jopt.framework.body
Methods in com.dna.jopt.framework.body with parameters of type IErrorEvent -
Uses of IErrorEvent in com.dna.jopt.framework.body.event
Fields in com.dna.jopt.framework.body.event with type parameters of type IErrorEventModifier and TypeFieldDescriptionfinal io.reactivex.rxjava3.subjects.ReplaySubject<IErrorEvent>
OptimizationEvents.error
The error ReplaySubject.Methods in com.dna.jopt.framework.body.event that return types with arguments of type IErrorEventModifier and TypeMethodDescriptionio.reactivex.rxjava3.subjects.ReplaySubject<IErrorEvent>
OptimizationEvents.errorSubject()
Gets theError
ReplaySubject
which can be used to subscribe to any upcomingErrors
.Methods in com.dna.jopt.framework.body.event with parameters of type IErrorEventModifier and TypeMethodDescriptionvoid
IOptimizationEventListener.onError
(IErrorEvent errorEvent) On error.void
OptimizationEventListener.onError
(IErrorEvent errorEvent) -
Uses of IErrorEvent in com.dna.jopt.framework.codedefinition
Classes in com.dna.jopt.framework.codedefinition that implement IErrorEvent -
Uses of IErrorEvent in com.dna.jopt.framework.stream.info
Methods in com.dna.jopt.framework.stream.info with parameters of type IErrorEventModifier and TypeMethodDescriptionprotected void
ErrorStreamer.stream
(IOptimization opti, IErrorEvent event)