public class CloudEventServiceRocketmqImpl extends Object implements org.noear.solon.cloud.service.CloudEventServicePlus, Closeable, org.noear.solon.core.bean.LifecycleBean
| Constructor and Description |
|---|
CloudEventServiceRocketmqImpl(org.noear.solon.cloud.CloudProps cloudProps) |
| Modifier and Type | Method and Description |
|---|---|
void |
attention(org.noear.solon.cloud.annotation.EventLevel level,
String channel,
String group,
String topic,
String tag,
int qos,
org.noear.solon.cloud.CloudEventHandler observer) |
void |
close() |
String |
getChannel() |
String |
getGroup() |
void |
postStart() |
boolean |
publish(org.noear.solon.cloud.model.Event event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic CloudEventServiceRocketmqImpl(org.noear.solon.cloud.CloudProps cloudProps)
public boolean publish(org.noear.solon.cloud.model.Event event)
throws org.noear.solon.cloud.exception.CloudEventException
publish in interface org.noear.solon.cloud.service.CloudEventServiceorg.noear.solon.cloud.exception.CloudEventExceptionpublic void attention(org.noear.solon.cloud.annotation.EventLevel level,
String channel,
String group,
String topic,
String tag,
int qos,
org.noear.solon.cloud.CloudEventHandler observer)
attention in interface org.noear.solon.cloud.service.CloudEventServicepublic void postStart()
throws Throwable
postStart in interface org.noear.solon.core.LifecycleThrowablepublic String getChannel()
getChannel in interface org.noear.solon.cloud.service.CloudEventServicePluspublic String getGroup()
getGroup in interface org.noear.solon.cloud.service.CloudEventServicePluspublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2025. All rights reserved.