Uses of Interface
de.fraunhofer.iese.mydata.reactive.common.RxPep
-
Uses of RxPep in de.fraunhofer.iese.mydata.reactive
Modifier and TypeClassDescriptionclass
Base Implementation of a RxPep.class
ReactivePep<T>
The Class RxPep is one implementation for Reactive Pep.Modifier 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.