Uses of Class
org.ikasan.dashboard.broadcast.FlowState
-
Packages that use FlowState Package Description org.ikasan.dashboard.broadcast org.ikasan.dashboard.cache org.ikasan.dashboard.ui.visualisation.component -
-
Uses of FlowState in org.ikasan.dashboard.broadcast
Methods in org.ikasan.dashboard.broadcast with parameters of type FlowState Modifier and Type Method Description static voidFlowStateBroadcaster. broadcast(FlowState message)Method parameters in org.ikasan.dashboard.broadcast with type arguments of type FlowState Modifier and Type Method Description static com.vaadin.flow.shared.RegistrationFlowStateBroadcaster. register(java.util.function.Consumer<FlowState> listener) -
Uses of FlowState in org.ikasan.dashboard.cache
Methods in org.ikasan.dashboard.cache that return FlowState Modifier and Type Method Description FlowStateFlowStateCache. get(Module module, Flow flow)FlowStateFlowStateCache. get(org.ikasan.spec.metadata.ModuleMetaData module, java.lang.String flowName)Methods in org.ikasan.dashboard.cache with parameters of type FlowState Modifier and Type Method Description voidFlowStateCache. accept(FlowState flowState)static voidCacheStateBroadcaster. broadcast(FlowState message)voidFlowStateCache. put(FlowState flowState)Method parameters in org.ikasan.dashboard.cache with type arguments of type FlowState Modifier and Type Method Description static com.vaadin.flow.shared.RegistrationCacheStateBroadcaster. register(java.util.function.Consumer<FlowState> listener) -
Uses of FlowState in org.ikasan.dashboard.ui.visualisation.component
Methods in org.ikasan.dashboard.ui.visualisation.component with parameters of type FlowState Modifier and Type Method Description protected voidBusinessStreamVisualisation. drawFlowStatus(com.vaadin.flow.component.UI ui, FlowState flowState)protected voidModuleVisualisation. drawFlowStatus(com.vaadin.flow.component.UI ui, FlowState flowState)protected voidControlPanel. setFlowState(com.vaadin.flow.component.UI ui, FlowState flowState)
-