Uses of Class
adams.flow.core.AbstractRESTClient
-
Packages that use AbstractRESTClient Package Description adams.flow.sink adams.flow.source adams.flow.transformer -
-
Uses of AbstractRESTClient in adams.flow.sink
Subclasses of AbstractRESTClient in adams.flow.sink Modifier and Type Class Description class
RESTSink
Sends data to a REST webservice. -
Uses of AbstractRESTClient in adams.flow.source
Subclasses of AbstractRESTClient in adams.flow.source Modifier and Type Class Description class
RESTSource
Obtains data from a REST webservice and forwards it. -
Uses of AbstractRESTClient in adams.flow.transformer
Subclasses of AbstractRESTClient in adams.flow.transformer Modifier and Type Class Description class
RESTTransformer
Sends data to a REST webservice and forwards the response.
-