Package org.apache.camel.test.junit5
Class StubComponentAutowireStrategy
java.lang.Object
org.apache.camel.support.LifecycleStrategySupport
org.apache.camel.test.junit5.StubComponentAutowireStrategy
- All Implemented Interfaces:
org.apache.camel.Ordered,org.apache.camel.spi.AutowiredLifecycleStrategy,org.apache.camel.spi.LifecycleStrategy
public class StubComponentAutowireStrategy
extends org.apache.camel.support.LifecycleStrategySupport
implements org.apache.camel.spi.AutowiredLifecycleStrategy, org.apache.camel.Ordered
-
Field Summary
Fields inherited from interface org.apache.camel.Ordered
HIGHEST, LOWEST -
Constructor Summary
ConstructorsConstructorDescriptionStubComponentAutowireStrategy(org.apache.camel.CamelContext camelContext, String pattern) -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()voidonComponentAdd(String name, org.apache.camel.Component component) voidonDataFormatCreated(String name, org.apache.camel.spi.DataFormat dataFormat) voidonLanguageCreated(String name, org.apache.camel.spi.Language language) Methods inherited from class org.apache.camel.support.LifecycleStrategySupport
adapt, adapt, adapt, adapt, adapt, adapt, adapt, doAutoWire, onCamelContextInitialized, onCamelContextInitializing, onCamelContextStarted, onCamelContextStarting, onCamelContextStopped, onCamelContextStopping, onComponentRemove, onEndpointAdd, onEndpointRemove, onRouteContextCreate, onRoutesAdd, onRoutesRemove, onServiceAdd, onServiceRemove, onThreadPoolAdd, onThreadPoolRemoveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.spi.LifecycleStrategy
onComponentRemove, onContextInitialized, onContextInitializing, onContextStarted, onContextStarting, onContextStopped, onContextStopping, onEndpointAdd, onEndpointRemove, onRouteContextCreate, onRoutesAdd, onRoutesRemove, onServiceAdd, onServiceRemove, onThreadPoolAdd, onThreadPoolRemove
-
Constructor Details
-
StubComponentAutowireStrategy
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.apache.camel.Ordered
-
onComponentAdd
- Specified by:
onComponentAddin interfaceorg.apache.camel.spi.LifecycleStrategy- Overrides:
onComponentAddin classorg.apache.camel.support.LifecycleStrategySupport
-
onDataFormatCreated
- Specified by:
onDataFormatCreatedin interfaceorg.apache.camel.spi.LifecycleStrategy
-
onLanguageCreated
- Specified by:
onLanguageCreatedin interfaceorg.apache.camel.spi.LifecycleStrategy
-