All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.rtdi.bigdata.connector.pipeline.foundation.IControllerState Maven / Gradle / Ivy

There is a newer version: 0.10.20
Show newest version
package io.rtdi.bigdata.connector.pipeline.foundation;

import io.rtdi.bigdata.connector.pipeline.foundation.enums.ControllerState;

public interface IControllerState {

	/**
	 * @return ControllerState of the controller to know if it is running, stopped etc
	 */
	ControllerState getState();
	
	/**
	 * @return true if the controller should continue running, false in case a stop was requested
	 */
	boolean isRunning();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy