public class OutputBindingLifecycle extends Object
Constructor and Description |
---|
OutputBindingLifecycle(BindingService bindingService,
Map<String,Bindable> bindables) |
Modifier and Type | Method and Description |
---|---|
int |
getPhase()
Return a low value so that this bean is started after receiving Lifecycle beans are
started.
|
boolean |
isAutoStartup() |
boolean |
isRunning() |
void |
start() |
void |
stop() |
void |
stop(Runnable callback) |
public OutputBindingLifecycle(BindingService bindingService, Map<String,Bindable> bindables)
public int getPhase()
public void start()
start
in interface org.springframework.context.Lifecycle
public void stop()
stop
in interface org.springframework.context.Lifecycle
public boolean isRunning()
isRunning
in interface org.springframework.context.Lifecycle
public boolean isAutoStartup()
isAutoStartup
in interface org.springframework.context.SmartLifecycle
public void stop(Runnable callback)
stop
in interface org.springframework.context.SmartLifecycle
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.