Package com.inductiveautomation.sfc.api
Interface StepRegistry
- All Known Implementing Classes:
- ClientStepRegistry,- ClientStepRegistryImpl,- GatewayStepRegistry
public interface StepRegistry
- 
Method SummaryModifier and TypeMethodDescriptioncom.google.common.base.Optional<? extends StepDelegate>getStepFactory(String id) Looks up the delegate for the given step factory id.
- 
Method Details- 
getStepFactoryLooks up the delegate for the given step factory id.
 
-