Package com.netflix.genie.web.agent.resources
@ParametersAreNonnullByDefault
package com.netflix.genie.web.agent.resources
Spring
Resource
abstraction applied to file streamed during a running agent job.- Since:
- 4.0.0
-
ClassDescriptionResource resolver for files local to an agent running a job that can be streamed to the server and served via API.Registers AgentFileProtocolResolver in the application context.Implementation of
Resource
for files local to an agent running a job that can be requested and streamed to the server (so they can be served via API).