Uses of Interface
org.apache.camel.builder.endpoint.dsl.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder
Packages that use Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder
-
Uses of Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the JT400 component.Methods in org.apache.camel.builder.endpoint.dsl that return Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilderModifier and TypeMethodDescriptionJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder.basic()Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.ccsid(int ccsid) Sets the CCSID to use for the connection with the IBM i system.Sets the CCSID to use for the connection with the IBM i system.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.Sets the data format for sending messages.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.format(org.apache.camel.component.jt400.Jt400Configuration.Format format) Sets the data format for sending messages.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.greedy(boolean greedy) If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.guiAvailable(boolean guiAvailable) Sets whether IBM i prompting is enabled in the environment running Camel.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.guiAvailable(String guiAvailable) Sets whether IBM i prompting is enabled in the environment running Camel.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.keyed(boolean keyed) Whether to use keyed or non-keyed data queues.Whether to use keyed or non-keyed data queues.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.messageAction(String messageAction) Action to be taken on messages when read from a message queue.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.messageAction(org.apache.camel.component.jt400.Jt400Configuration.MessageAction messageAction) Action to be taken on messages when read from a message queue.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.readTimeout(int readTimeout) Timeout in millis the consumer will wait while trying to read a new message of the data queue.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.readTimeout(String readTimeout) Timeout in millis the consumer will wait while trying to read a new message of the data queue.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.To use a cron scheduler from either camel-spring or camel-quartz component.To use a cron scheduler from either camel-spring or camel-quartz component.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Search key for keyed data queues.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.searchType(String searchType) Search type such as EQ for equal etc.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.searchType(org.apache.camel.component.jt400.Jt400Configuration.SearchType searchType) Search type such as EQ for equal etc.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.secured(boolean secured) Whether connections to IBM i are secured with SSL.Whether connections to IBM i are secured with SSL.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.sendingReply(boolean sendingReply) If true, the consumer endpoint will set the Jt400Constants.MESSAGE_REPLYTO_KEY header of the camel message for any IBM i inquiry messages received.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.sendingReply(String sendingReply) If true, the consumer endpoint will set the Jt400Constants.MESSAGE_REPLYTO_KEY header of the camel message for any IBM i inquiry messages received.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.