Uses of Interface
org.apache.camel.builder.endpoint.dsl.MinaEndpointBuilderFactory.AdvancedMinaEndpointBuilder
Packages that use MinaEndpointBuilderFactory.AdvancedMinaEndpointBuilder
-
Uses of MinaEndpointBuilderFactory.AdvancedMinaEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MinaEndpointBuilderFactory.AdvancedMinaEndpointBuilderModifier and TypeMethodDescriptionMinaEndpointBuilderFactory.MinaEndpointBuilder.advanced()MinaEndpointBuilderFactory.AdvancedMinaEndpointBuilder.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.AdvancedMinaEndpointBuilder.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.AdvancedMinaEndpointBuilder.maximumPoolSize(int maximumPoolSize) Number of worker threads in the worker pool for TCP and UDP.MinaEndpointBuilderFactory.AdvancedMinaEndpointBuilder.maximumPoolSize(String maximumPoolSize) Number of worker threads in the worker pool for TCP and UDP.MinaEndpointBuilderFactory.AdvancedMinaEndpointBuilder.orderedThreadPoolExecutor(boolean orderedThreadPoolExecutor) Whether to use ordered thread pool, to ensure events are processed orderly on the same channel.MinaEndpointBuilderFactory.AdvancedMinaEndpointBuilder.orderedThreadPoolExecutor(String orderedThreadPoolExecutor) Whether to use ordered thread pool, to ensure events are processed orderly on the same channel.MinaEndpointBuilderFactory.AdvancedMinaEndpointBuilder.transferExchange(boolean transferExchange) Only used for TCP.MinaEndpointBuilderFactory.AdvancedMinaEndpointBuilder.transferExchange(String transferExchange) Only used for TCP.