Interface StepRegistry

All Known Implementing Classes:
ClientStepRegistry, ClientStepRegistryImpl, GatewayStepRegistry

public interface StepRegistry
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.base.Optional<? extends StepDelegate>
    Looks up the delegate for the given step factory id.
  • Method Details

    • getStepFactory

      com.google.common.base.Optional<? extends StepDelegate> getStepFactory(String id)
      Looks up the delegate for the given step factory id.