Uses of Interface
org.apache.camel.builder.component.dsl.Plc4xComponentBuilderFactory.Plc4xComponentBuilder
-
Packages that use Plc4xComponentBuilderFactory.Plc4xComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of Plc4xComponentBuilderFactory.Plc4xComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Plc4xComponentBuilderFactory.Plc4xComponentBuilder Modifier and Type Method Description static Plc4xComponentBuilderFactory.Plc4xComponentBuilderComponentsBuilderFactory. plc4x()PLC4X (camel-plc4x) Read and write to PLC devices Category: iot Since: 3.20 Maven coordinates: org.apache.camel:camel-plc4x -
Uses of Plc4xComponentBuilderFactory.Plc4xComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Plc4xComponentBuilderFactory.Plc4xComponentBuilder Modifier and Type Class Description static classPlc4xComponentBuilderFactory.Plc4xComponentBuilderImplMethods in org.apache.camel.builder.component.dsl that return Plc4xComponentBuilderFactory.Plc4xComponentBuilder Modifier and Type Method Description default Plc4xComponentBuilderFactory.Plc4xComponentBuilderPlc4xComponentBuilderFactory.Plc4xComponentBuilder. autowiredEnabled(boolean autowiredEnabled)Whether autowiring is enabled.default Plc4xComponentBuilderFactory.Plc4xComponentBuilderPlc4xComponentBuilderFactory.Plc4xComponentBuilder. bridgeErrorHandler(boolean bridgeErrorHandler)Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.default Plc4xComponentBuilderFactory.Plc4xComponentBuilderPlc4xComponentBuilderFactory.Plc4xComponentBuilder. lazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).static Plc4xComponentBuilderFactory.Plc4xComponentBuilderPlc4xComponentBuilderFactory. plc4x()PLC4X (camel-plc4x) Read and write to PLC devices Category: iot Since: 3.20 Maven coordinates: org.apache.camel:camel-plc4x
-