Interface SystemPropertyDeferredProcessor


  • @Deprecated
    public interface SystemPropertyDeferredProcessor
    Deprecated.
    Will be removed in the next major release
    WFLY-1904: performs deferred resolution and storage of system properties, after any runtime services that back an ExpressionResolverExtension have had a chance to initialize. This makes it possible for expressions resolvable by an ExpressionResolverExtension to be used in the configured property value.
    Author:
    Brian Stansberry (c) 2014 Red Hat Inc.
    • Method Detail

      • processDeferredProperties

        void processDeferredProperties​(ExpressionResolver context)
        Deprecated.
        Resolve and store any system properties that could not be resolved during the normal handling of system properties.
        Parameters:
        context - the operation context