Uses of Interface
org.apache.camel.builder.component.dsl.ShellComponentBuilderFactory.ShellComponentBuilder
Packages that use ShellComponentBuilderFactory.ShellComponentBuilder
-
Uses of ShellComponentBuilderFactory.ShellComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return ShellComponentBuilderFactory.ShellComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.shell()Shell (camel-shell) Camel Shell component Category: api Since: 4.21 Maven coordinates: org.apache.camel:camel-shell -
Uses of ShellComponentBuilderFactory.ShellComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement ShellComponentBuilderFactory.ShellComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return ShellComponentBuilderFactory.ShellComponentBuilderModifier and TypeMethodDescriptionShellComponentBuilderFactory.ShellComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.ShellComponentBuilderFactory.ShellComponentBuilder.bannerResource(String bannerResource) Classpath resource path to a custom banner text file.ShellComponentBuilderFactory.ShellComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.ShellComponentBuilderFactory.shell()Shell (camel-shell) Camel Shell component Category: api Since: 4.21 Maven coordinates: org.apache.camel:camel-shellShellComponentBuilderFactory.ShellComponentBuilder.showBanner(boolean showBanner) Whether to print the Camel banner on startup.