Interface AgentBuilder.Identified.Extendable

    • Method Detail

      • asTerminalTransformation

        AgentBuilder asTerminalTransformation()
        Applies the previously defined transformation as terminal such that no subsequent transformers are applied even if their matchers would include the type that was matched for applying this transformer. If this option is not set, subsequent transformations are applied after this transformation such that it is possible that they override non-additive type transformations.
        Returns:
        A new agent builder that applies the previously configured transformer terminally.