Class Flow

  • All Implemented Interfaces:
    de.codecentric.reedelk.runtime.api.component.InboundEventListener
    Direct Known Subclasses:
    ErrorStateFlow

    public class Flow
    extends Object
    implements de.codecentric.reedelk.runtime.api.component.InboundEventListener
    • Method Detail

      • getFlowId

        public String getFlowId()
      • isUsingComponent

        public boolean isUsingComponent​(String targetComponentName)
      • releaseReferences

        public void releaseReferences​(org.osgi.framework.Bundle bundle)
      • isStarted

        public boolean isStarted()
      • start

        public void start()
      • stopIfStarted

        public void stopIfStarted()
      • forceStop

        public void forceStop()
      • onEvent

        public void onEvent​(de.codecentric.reedelk.runtime.api.message.Message message)
        Specified by:
        onEvent in interface de.codecentric.reedelk.runtime.api.component.InboundEventListener
      • onEvent

        public void onEvent​(de.codecentric.reedelk.runtime.api.message.Message message,
                            de.codecentric.reedelk.runtime.api.component.OnResult onResult)
        Specified by:
        onEvent in interface de.codecentric.reedelk.runtime.api.component.InboundEventListener