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