Class WireTapSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<WireTapSpec, WireTap>
org.springframework.integration.dsl.WireTapSpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<WireTap>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle,- ComponentsRegistration
public class WireTapSpec
extends IntegrationComponentSpec<WireTapSpec, WireTap>
implements ComponentsRegistration
The 
IntegrationComponentSpec implementation for the WireTap component.- Since:
- 5.0
- Author:
- Gary Russell, Artem Bilan
- 
Field SummaryFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected WireTapdoGet()selector(Expression selectorExpression) Specify anExpressionfor selector.selector(MessageSelector selector) timeout(long timeout) Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
WireTapSpec
- 
WireTapSpec
 
- 
- 
Method Details- 
selector
- 
selectorSpecify anExpressionfor selector.- Parameters:
- selectorExpression- the expression for selector.
- Returns:
- the current WireTapSpec
- Since:
- 1.2
- See Also:
 
- 
selector
- 
timeout
- 
doGet- Overrides:
- doGetin class- IntegrationComponentSpec<WireTapSpec, WireTap>
 
- 
getComponentsToRegister- Specified by:
- getComponentsToRegisterin interface- ComponentsRegistration
 
 
-