Class used to obtain information about running services.
Extends: RestOperations
Description
The AboutOperations class is used to obtain information about running services.
Instance methods
about
Gets information from a service. Send JSON string with information about the service.
publicResponse about(ContainerRequestContext req) throws SocketException, UnknownHostException
- req: ContainerRequestContext - an HTTP request
- returns: Response - an HTTP response
getAboutOperation
Gets the service’s information.
publicFunction<ContainerRequestContext, Response> getAboutOperation()
- returns: Function<ContainerRequestContext, Response> - the about method
setReferences
Sets the references of the service.
publicvoid setReferences(IReferences references) throws ReferenceException, ConfigException
- references: IReferences - service’s references.