Interface TitusAgentLauncherImpl.TitusJobRequestAdapter

Enclosing class:
TitusAgentLauncherImpl

public static interface TitusAgentLauncherImpl.TitusJobRequestAdapter
An interface that should be implemented by any class which wants to modify the Titus job request before it is sent.

NOTE: This is a very initial implementation/idea and highly subject to change as we work through additional security concerns

Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Given the current TitusBatchJobRequest and the ResolvedJob that the agent container is expected to execute this method should manipulate (if necessary) the request as needed for the given Titus installation Genie is calling.