Groovy Documentation

org.linkedin.glu.orchestration.engine.action.descriptor
[Java] Interface ActionDescriptorAdjuster


public interface ActionDescriptorAdjuster

Authors:
yan@pongasoft.com


Method Summary
InternalActionDescriptor adjustDescriptor(InternalSystemModelDelta systemModelDelta, InternalActionDescriptor actionDescriptor)

Allows you to adjusts the descriptor including changing it entirely if you want to return a different one (not recommended though).

 

Method Detail

adjustDescriptor

public InternalActionDescriptor adjustDescriptor(InternalSystemModelDelta systemModelDelta, InternalActionDescriptor actionDescriptor)
Allows you to adjusts the descriptor including changing it entirely if you want to return a different one (not recommended though).
Returns:
if you return null, then it will be removed from the generated plan entirely (do this at your own risks!).


 

Groovy Documentation