Class SlackEventPublisher
java.lang.Object
org.openmetadata.service.apps.bundles.changeEvent.slack.SlackEventPublisher
- All Implemented Interfaces:
Destination<ChangeEvent>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openmetadata.service.apps.bundles.changeEvent.Destination
getSubscriptionDestination, setAwaitingRetry, setErrorStatus, setStatus, setSuccessStatus
-
Constructor Details
-
SlackEventPublisher
-
-
Method Details
-
sendMessage
- Specified by:
sendMessagein interfaceDestination<ChangeEvent>- Throws:
EventPublisherException
-
getEnabled
public boolean getEnabled()- Specified by:
getEnabledin interfaceDestination<ChangeEvent>
-
close
public void close()- Specified by:
closein interfaceDestination<ChangeEvent>
-