Interface SystemConnectorProvider
-
public interface SystemConnectorProviderThe interface for the SystemConnector provider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SystemConnector>create()create a list of SystemConnector objects to access multiple external systems.
-
-
-
Method Detail
-
create
List<SystemConnector> create()
create a list of SystemConnector objects to access multiple external systems.- Returns:
- a list of SystemConnector objects
-
-