public class SimpleMessageListenerContainer extends Object
| Constructor and Description |
|---|
SimpleMessageListenerContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected void |
doDestroy() |
protected void |
doStart() |
protected void |
doStop() |
String |
getBeanName() |
String |
getDestination() |
String |
getGroup() |
Object |
getLifecycleMonitor() |
AzureMessageHandler |
getMessageHandler() |
int |
getPhase() |
boolean |
isAutoStartup() |
boolean |
isRunning() |
void |
setBeanName(String beanName) |
void |
setDestination(String destination) |
void |
setGroup(String group) |
void |
setMessageHandler(AzureMessageHandler messageHandler) |
void |
start() |
void |
stop() |
void |
stop(Runnable callback) |
protected void doStart()
protected void doStop()
protected void doDestroy()
public void stop(Runnable callback)
stop in interface org.springframework.context.SmartLifecyclepublic void start()
start in interface org.springframework.context.Lifecyclepublic void stop()
stop in interface org.springframework.context.Lifecyclepublic boolean isRunning()
isRunning in interface org.springframework.context.Lifecyclepublic void destroy()
destroy in interface org.springframework.beans.factory.DisposableBeanpublic String getBeanName()
public void setBeanName(String beanName)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic Object getLifecycleMonitor()
public String getDestination()
public void setDestination(String destination)
setDestination in interface MessageListenerContainerpublic String getGroup()
public void setGroup(String group)
setGroup in interface MessageListenerContainerpublic int getPhase()
getPhase in interface org.springframework.context.PhasedgetPhase in interface org.springframework.context.SmartLifecyclepublic AzureMessageHandler getMessageHandler()
getMessageHandler in interface MessageListenerContainerpublic void setMessageHandler(AzureMessageHandler messageHandler)
setMessageHandler in interface MessageListenerContainerpublic boolean isAutoStartup()
isAutoStartup in interface org.springframework.context.SmartLifecycleCopyright © 2020 Microsoft. All rights reserved.