Package at.letto.math.restclient
Class RestMatheService
java.lang.Object
at.letto.service.rest.RestClient
at.letto.math.restclient.RestMatheService
- All Implemented Interfaces:
MatheService
,MicroService
Verbindung zum Mathematik Service für Berechungen mit Parser und Maxima
-
Constructor Summary
ConstructorsConstructorDescriptionRestMatheService
(String baseURI) Erzeugt ein REST-Client Verbindung zu einem MicroserviceRestMatheService
(String baseURI, String user, String password) -
Method Summary
Methods inherited from class at.letto.service.rest.RestClient
get, get, get, get, get, get, getDto, getHttpRestClient, getHttpRestClient, getHttpsRestClient, getHttpsRestClient, getRestClient, jsonTest, ping, ping, post, post, post, post, post, post, postDto, postDtoJson, postJson, rest, restGet, restGet, restPost, restPost
-
Constructor Details
-
RestMatheService
Erzeugt ein REST-Client Verbindung zu einem Microservice- Parameters:
baseURI
- Basis-URI des Microservices zb: https://localhost:9091
-
RestMatheService
-
-
Method Details
-
ping
public boolean ping()Description copied from interface:MicroService
Schickt eine Ping an das Service- Specified by:
ping
in interfaceMicroService
-
version
Description copied from interface:MicroService
Liefert die Version des Microservices als String- Specified by:
version
in interfaceMicroService
-
info
Description copied from interface:MicroService
Liefert einen allgemeinen Informationsstring zu dem Microservice- Specified by:
info
in interfaceMicroService
-
admininfo
Description copied from interface:MicroService
Liefert Information über das Rest-Service- Specified by:
admininfo
in interfaceMicroService
-