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

io.continual.flowcontrol.FlowControlService Maven / Gradle / Ivy

There is a newer version: 0.3.23
Show newest version
package io.continual.flowcontrol;

import io.continual.flowcontrol.controlapi.FlowControlDeploymentService;
import io.continual.flowcontrol.jobapi.FlowControlJobDb;
import io.continual.services.Service;

/**
 * The flow control service is a controller for event processors.
 * 
 */
public interface FlowControlService extends Service
{
	FlowControlCallContextBuilder createtContextBuilder ();

	FlowControlJobDb getJobDb ( FlowControlCallContext fccc );

	FlowControlDeploymentService getDeployer ( FlowControlCallContext fccc );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy