Interface IntegratorService

All Superinterfaces:
Serializable, Service
All Known Implementing Classes:
IntegratorServiceImpl

public interface IntegratorService extends Service
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieve all integrators.
  • Method Details

    • getIntegrators

      Iterable<Integrator> getIntegrators()
      Retrieve all integrators.
      Returns:
      All integrators.