Uses of Class
de.aristaflow.ilm.ws.model.runtimeenvironment.NsRemoteIteratorWebService
Packages that use NsRemoteIteratorWebService
Package
Description
-
Uses of NsRemoteIteratorWebService in de.aristaflow.ilm.ws.core.runtimemanager
Fields in de.aristaflow.ilm.ws.core.runtimemanager declared as NsRemoteIteratorWebServiceModifier and TypeFieldDescriptionprotected final NsRemoteIteratorWebServiceRuntimeManagerWebService.nriwsThe web service for remote iterator handlers for node states.Methods in de.aristaflow.ilm.ws.core.runtimemanager that return NsRemoteIteratorWebService -
Uses of NsRemoteIteratorWebService in de.aristaflow.ilm.ws.core.runtimeservice
Fields in de.aristaflow.ilm.ws.core.runtimeservice declared as NsRemoteIteratorWebServiceModifier and TypeFieldDescriptionprotected final NsRemoteIteratorWebServiceRuntimeServiceWebService.nriwsThe web service for remote iterator handlers for node states.Methods in de.aristaflow.ilm.ws.core.runtimeservice that return NsRemoteIteratorWebService -
Uses of NsRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
Constructors in de.aristaflow.ilm.ws.rest.model.runtimeenvironment with parameters of type NsRemoteIteratorWebServiceModifierConstructorDescriptionNsRemoteIteratorRest(NsRemoteIteratorWebService service, de.aristaflow.adept2.base.communication.rest.RequestHandler reqHandler, de.aristaflow.adept2.base.communication.rest.ResponseHandler respHandler, de.aristaflow.adept2.base.communication.rest.ExceptionHandler excpHandler, de.aristaflow.adept2.base.communication.rest.ServiceResourceConfig srConf, Supplier<com.fasterxml.jackson.databind.ObjectMapper> objectMapper, UnaryOperator<Exception> headerDataExcpAdapter)