Uses of Class
org.torqlang.server.ApiPath
-
Uses of ApiPath in org.torqlang.server
Classes in org.torqlang.server that implement interfaces with type arguments of type ApiPathFields in org.torqlang.server declared as ApiPathMethods in org.torqlang.server that return ApiPathMethods in org.torqlang.server with parameters of type ApiPathModifier and TypeMethodDescriptionfinal intstatic ApiRouteApiRoute.create(ApiPath path, ActorImage actorImage, ApiDesc desc) static ApiRouteApiRoute.create(ApiPath path, ActorImage actorImage, ApiDesc desc, RateLimiter rateLimiter) static ApiRoutestatic ApiRouteApiRoute.create(ApiPath path, ActorRef actorRef, ApiDesc desc, RateLimiter rateLimiter) static AddressApiDesc.toPathTuple(ApiPath path) Constructors in org.torqlang.server with parameters of type ApiPathModifierConstructorDescriptionApiRoute(ApiPath path, ApiTarget target, ApiDesc desc, RateLimiter rateLimiter)