Uses of Class
de.codecentric.reedelk.platform.flow.Flow
-
-
Uses of Flow in de.codecentric.reedelk.platform.commons
Methods in de.codecentric.reedelk.platform.commons with parameters of type Flow Modifier and Type Method Description static voidLog. flowForceStopException(org.slf4j.Logger logger, Flow flow, Exception exception)static voidLog. flowStarted(org.slf4j.Logger logger, Flow flow)static voidLog. flowStopped(org.slf4j.Logger logger, Flow flow)StringMessages.FlowErrorMessage. formatWith(Module module, Flow flow, Throwable throwable) -
Uses of Flow in de.codecentric.reedelk.platform.flow
Subclasses of Flow in de.codecentric.reedelk.platform.flow Modifier and Type Class Description classErrorStateFlow -
Uses of Flow in de.codecentric.reedelk.platform.module
Methods in de.codecentric.reedelk.platform.module that return types with arguments of type Flow Modifier and Type Method Description Collection<Flow>Module. flows()Collection<Flow>State. flows()Method parameters in de.codecentric.reedelk.platform.module with type arguments of type Flow Modifier and Type Method Description voidModule. start(Collection<Flow> flows)voidModule. stop(Collection<Flow> flows) -
Uses of Flow in de.codecentric.reedelk.platform.module.state
Methods in de.codecentric.reedelk.platform.module.state that return types with arguments of type Flow Modifier and Type Method Description Collection<Flow>Started. flows()Collection<Flow>Stopped. flows()Constructor parameters in de.codecentric.reedelk.platform.module.state with type arguments of type Flow Constructor Description Started(Collection<Flow> flows, Collection<String> resolvedComponents)Stopped(Collection<Flow> flows, Collection<String> resolvedComponents) -
Uses of Flow in de.codecentric.reedelk.platform.services.module
Method parameters in de.codecentric.reedelk.platform.services.module with type arguments of type Flow Modifier and Type Method Description Collection<de.codecentric.reedelk.runtime.system.api.FlowDto>FlowsMapper. map(Collection<Flow> flows)
-