How the components in btt.xml work

When you call InitManager.reset() method, the InitManager performs the following actions:

Then the Initializer of the component will get initialized. The InitManager gets all the BTT components initialized one by one, such as data, format, context, invoker, operation, processor and so forth. Furthermore, if you remove the configuration for a component, the component will not be initialized. In this way, you can choose which components to use, and disable the other components.