Uses of Class
org.apache.camel.model.WireTapDefinition
Packages that use WireTapDefinition
-
Uses of WireTapDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return WireTapDefinitionModifier and TypeMethodDescriptionWireTapDefinition.cacheSize(int cacheSize) Sets the maximum size used by theProducerCachewhich is used to cache and reuse producers, when uris are reused.Sets the maximum size used by theProducerCachewhich is used to cache and reuse producers, when uris are reused.WireTapDefinition.copy()Uses a copy of the original exchangeWireTapDefinition.copy(boolean copy) Uses a copy of the original exchangeUses a copy of the original exchangeWireTapDefinition.dynamicUri(boolean dynamicUri) Whether the uri is dynamic or static.WireTapDefinition.dynamicUri(String dynamicUri) Whether the uri is dynamic or static.WireTapDefinition.executorService(String executorService) Uses a custom thread poolWireTapDefinition.executorService(ExecutorService executorService) Uses a custom thread poolWireTapDefinition.ignoreInvalidEndpoint()Ignore the invalid endpoint exception when try to create a producer with that endpointUses theProcessorwhen preparing theExchangeto be sent.WireTapDefinition.onPrepare(org.apache.camel.Processor onPrepare) Uses theProcessorwhen preparing theExchangeto be sent.WireTap EIP: Sends messages to all its child outputs; so that each processor and destination gets a copy of the original message to avoid the processors interfering with each other usingExchangePattern.InOnly.ProcessorDefinition.wireTap(EndpointProducerBuilder endpoint) WireTap EIP: Sends messages to all its child outputs; so that each processor and destination gets a copy of the original message to avoid the processors interfering with each other usingExchangePattern.InOnly.ProcessorDefinition.wireTap(org.apache.camel.Endpoint endpoint) WireTap EIP: Sends messages to all its child outputs; so that each processor and destination gets a copy of the original message to avoid the processors interfering with each other usingExchangePattern.InOnly.