Class AbstractBindingLifecycle
java.lang.Object
org.springframework.cloud.stream.binding.AbstractBindingLifecycle
- Direct Known Subclasses:
InputBindingLifecycle, OutputBindingLifecycle
Base implementation of lifecycle operations for
BindingService aware
Bindables.- Author:
- Oleg Zhurakousky, Soby Chacko
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault intgetPhase()booleandefault booleanbooleanvoidstart()voidstartBindable(Bindable bindable) voidstop()void
-
Field Details
-
DEFAULT_PHASE
static final int DEFAULT_PHASE- See Also:
-
-
Method Details
-
start
public void start() -
stop
public void stop() -
isRunning
public boolean isRunning() -
isAutoStartup
public boolean isAutoStartup() -
stop
-
startBindable
-
isPauseable
default boolean isPauseable() -
getPhase
default int getPhase()
-