Package com.inductiveautomation.sfc.api
Interface StepRegistry
- 
- All Known Implementing Classes:
 ClientStepRegistry,ClientStepRegistryImpl,GatewayStepRegistry
public interface StepRegistry 
- 
- 
Method Summary
All 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
- 
getStepFactory
com.google.common.base.Optional<? extends StepDelegate> getStepFactory(java.lang.String id)
Looks up the delegate for the given step factory id. 
 - 
 
 -