Uses of Interface
de.fraunhofer.iese.mydata.reactive.common.RxPep
Packages that use RxPep
-
Uses of RxPep in de.fraunhofer.iese.mydata.reactive
Classes in de.fraunhofer.iese.mydata.reactive that implement RxPepModifier and TypeClassDescriptionclass
Base Implementation of a RxPep.class
ReactivePep<T>
The Class RxPep is one implementation for Reactive Pep.Methods in de.fraunhofer.iese.mydata.reactive that return RxPepModifier and TypeMethodDescriptionstatic <T> RxPep<T>
RxPepFactory.createRxPep
(IMyDataEnvironment myDataEnvironment, ComponentId componentId, Class<T> pepDocumentationApi) Creates a new ReactivePep object, takes the componentId from parameterstatic <T> RxPep<T>
RxPepFactory.createRxPep
(IMyDataEnvironment myDataEnvironment, DecisionEnforcer decisionEnforcer, ComponentId componentId, Class<T> pepDocumentationApi) Creates a new ReactivePep object, takes the componentId from parameterstatic <T> RxPep<T>
RxPepFactory.createRxPep
(IMyDataEnvironment myDataEnvironment, DecisionEnforcer decisionEnforcer, Class<T> pepDocumentationApi) Creates a new ReactivePep object, takes the componentId from the @PepServiceDescription
annotation.static <T> RxPep<T>
RxPepFactory.createRxPep
(IMyDataEnvironment myDataEnvironment, Class<T> pepDocumentationApi) Creates a new ReactivePep object, takes the componentId from the @PepServiceDescription
annotation.