Uses of Interface
org.apache.camel.spi.AutoMockInterceptStrategy
Packages that use AutoMockInterceptStrategy
-
Uses of AutoMockInterceptStrategy in org.apache.camel
Methods in org.apache.camel that return types with arguments of type AutoMockInterceptStrategyModifier and TypeMethodDescriptionExtendedCamelContext.getAutoMockInterceptStrategies()Gets theAutoMockInterceptStrategystrategies.Methods in org.apache.camel with parameters of type AutoMockInterceptStrategyModifier and TypeMethodDescriptionvoidExtendedCamelContext.registerAutoMockInterceptStrategy(AutoMockInterceptStrategy strategy) Registers ancallbackwhich is used for intercepting sending messages to endpoints, and sending a copy to mock endpoints.