To use Camel HTTP4 component - in the documentation, there are options for both HTTP component and and HTTPEndpoint. I understand the difference between endpoint and component (component is a factory for endpoints), but here there are options for both HTTP component and HTTPEndpoint.
Please help me in understanding the difference between options for both. Thanks in advance
These options are set at specific places at the route configuration. For example, when you define the route, you set in the
from
section component options in the uri. For example:When you want to add some endpoint options, you usually set them in the uri of
to
configuration. For example:I hope I answered your question