How do I configure endpointsPage edited by Babak VahdatChanges (1)
Full ContentHow do I configure endpoints?There are a few different approaches to configuring components and endpoints. Using Java CodeYou can explicitly configure a Component using Java code as shown in this example Or you can explicitly get hold of an Endpoint and configure it using Java code as shown in the Mock endpoint examples. SomeEndpoint endpoint = camelContext.getEndpoint("someURI", SomeEndpoint.class); endpoint.setSomething("aValue");
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
