Uses of Interface
org.apache.camel.builder.endpoint.dsl.MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder
Packages that use MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder
-
Uses of MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Mina component.Methods in org.apache.camel.builder.endpoint.dsl that return MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilderModifier and TypeMethodDescriptionMinaEndpointBuilderFactory.MinaEndpointProducerBuilder.advanced()MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.cachedAddress(boolean cachedAddress) Whether to create the InetAddress once and reuse.MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.cachedAddress(String cachedAddress) Whether to create the InetAddress once and reuse.MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.disconnectOnNoReply(boolean disconnectOnNoReply) If sync is enabled then this option dictates MinaConsumer if it should disconnect where there is no reply to send back.MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.disconnectOnNoReply(String disconnectOnNoReply) If sync is enabled then this option dictates MinaConsumer if it should disconnect where there is no reply to send back.MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.lazySessionCreation(boolean lazySessionCreation) Sessions can be lazily created to avoid exceptions, if the remote server is not up and running when the Camel producer is started.MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.lazySessionCreation(String lazySessionCreation) Sessions can be lazily created to avoid exceptions, if the remote server is not up and running when the Camel producer is started.MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.maximumPoolSize(int maximumPoolSize) Number of worker threads in the worker pool for TCP and UDP.MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.maximumPoolSize(String maximumPoolSize) Number of worker threads in the worker pool for TCP and UDP.MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.orderedThreadPoolExecutor(boolean orderedThreadPoolExecutor) Whether to use ordered thread pool, to ensure events are processed orderly on the same channel.MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.orderedThreadPoolExecutor(String orderedThreadPoolExecutor) Whether to use ordered thread pool, to ensure events are processed orderly on the same channel.MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.transferExchange(boolean transferExchange) Only used for TCP.MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder.transferExchange(String transferExchange) Only used for TCP.