Class PostUploadHookChain

    • Method Detail

      • newChain

        public static PostUploadHook newChain​(List<PostUploadHook> hooks)
        Create a new hook chaining the given hooks together.
        Parameters:
        hooks - hooks to execute, in order.
        Returns:
        a new chain of the given hooks.