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:MicroServiceSchickt eine Ping an das Service- Specified by:
pingin interfaceMicroService
-
version
Description copied from interface:MicroServiceLiefert die Version des Microservices als String- Specified by:
versionin interfaceMicroService
-
info
Description copied from interface:MicroServiceLiefert einen allgemeinen Informationsstring zu dem Microservice- Specified by:
infoin interfaceMicroService
-
admininfo
Description copied from interface:MicroServiceLiefert Information über das Rest-Service- Specified by:
admininfoin interfaceMicroService
-