Class ExternalSystem

  • Direct Known Subclasses:
    HttpExternalSystem

    public abstract class ExternalSystem
    extends Object
    Used to define the communication with an external system. Classes extending this class must be annotated with Protocol to declare the communication protocol it uses. The class must be used to retrieve instances of this class.