public class LetsChatNotifier extends AbstractStatusChangeNotifier
| Constructor and Description |
|---|
LetsChatNotifier() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createMessage(ClientApplicationEvent event) |
protected void |
doNotify(ClientApplicationEvent event) |
String |
getMessage() |
String |
getRoom() |
protected String |
getText(ClientApplicationEvent event) |
String |
getToken() |
URI |
getUrl() |
String |
getUsername() |
void |
setMessage(String message) |
void |
setRestTemplate(org.springframework.web.client.RestTemplate restTemplate) |
void |
setRoom(String room) |
void |
setToken(String token) |
void |
setUrl(URI url) |
void |
setUsername(String username) |
getIgnoreChanges, setIgnoreChanges, shouldNotifyisEnabled, notify, setEnabledprotected void doNotify(ClientApplicationEvent event) throws Exception
doNotify in class AbstractEventNotifierExceptionpublic void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
public void setUrl(URI url)
public void setUsername(String username)
public void setRoom(String room)
public void setToken(String token)
public void setMessage(String message)
protected Object createMessage(ClientApplicationEvent event)
protected String getText(ClientApplicationEvent event)
public URI getUrl()
public String getRoom()
public String getToken()
public String getUsername()
public String getMessage()
Copyright © 2018 codecentric AG. All rights reserved.