Interface WeaveServiceFactory<T extends WeaveService>

All Superinterfaces:
org.mule.dx.platform.api.component.ComponentFactory<T>

public interface WeaveServiceFactory<T extends WeaveService> extends org.mule.dx.platform.api.component.ComponentFactory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    applies(org.mule.dx.platform.api.project.Project project)
     

    Methods inherited from interface org.mule.dx.platform.api.component.ComponentFactory

    associatedType, create
  • Method Details

    • applies

      default boolean applies(org.mule.dx.platform.api.project.Project project)
      Specified by:
      applies in interface org.mule.dx.platform.api.component.ComponentFactory<T extends WeaveService>