Package com.inductiveautomation.sfc.api
Interface StepRegistry
- 
- All Known Implementing Classes:
- ClientStepRegistry,- ClientStepRegistryImpl,- GatewayStepRegistry
 
 public interface StepRegistry
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.base.Optional<? extends StepDelegate>getStepFactory(java.lang.String id)Looks up the delegate for the given step factory id.
 
- 
- 
- 
Method Detail- 
getStepFactorycom.google.common.base.Optional<? extends StepDelegate> getStepFactory(java.lang.String id) Looks up the delegate for the given step factory id.
 
- 
 
-