Uses of Interface
org.apache.camel.builder.component.dsl.StubComponentBuilderFactory.StubComponentBuilder
Packages that use StubComponentBuilderFactory.StubComponentBuilder
-
Uses of StubComponentBuilderFactory.StubComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return StubComponentBuilderFactory.StubComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.stub()Stub (camel-stub) Stub out any physical endpoints while in development or testing. -
Uses of StubComponentBuilderFactory.StubComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement StubComponentBuilderFactory.StubComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return StubComponentBuilderFactory.StubComponentBuilderModifier and TypeMethodDescriptionStubComponentBuilderFactory.StubComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.StubComponentBuilderFactory.StubComponentBuilder.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.StubComponentBuilderFactory.StubComponentBuilder.concurrentConsumers(int concurrentConsumers) Sets the default number of concurrent threads processing exchanges.StubComponentBuilderFactory.StubComponentBuilder.defaultBlockWhenFull(boolean defaultBlockWhenFull) Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer exhausted.StubComponentBuilderFactory.StubComponentBuilder.defaultDiscardWhenFull(boolean defaultDiscardWhenFull) Whether a thread that sends messages to a full SEDA queue will be discarded.StubComponentBuilderFactory.StubComponentBuilder.defaultOfferTimeout(long defaultOfferTimeout) Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer exhausted.StubComponentBuilderFactory.StubComponentBuilder.defaultPollTimeout(int defaultPollTimeout) The timeout (in milliseconds) used when polling.StubComponentBuilderFactory.StubComponentBuilder.defaultQueueFactory(org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> defaultQueueFactory) Sets the default queue factory.StubComponentBuilderFactory.StubComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).StubComponentBuilderFactory.StubComponentBuilder.queueSize(int queueSize) Sets the default maximum capacity of the SEDA queue (i.e., the number of messages it can hold).StubComponentBuilderFactory.StubComponentBuilder.shadow(boolean shadow) If shadow is enabled then the stub component will register a shadow endpoint with the actual uri that refers to the stub endpoint, meaning you can lookup the endpoint via both stub:kafka:cheese and kafka:cheese.StubComponentBuilderFactory.stub()Stub (camel-stub) Stub out any physical endpoints while in development or testing.