Package jadex.bridge

Interface ITypedComponentStep<T>

  • All Superinterfaces:
    IComponentStep<T>

    public interface ITypedComponentStep<T>
    extends IComponentStep<T>
    Component step with explicit return type.
    • Method Detail

      • getReturnType

        java.lang.Class<?> getReturnType()