public class CloudEventServiceLocalImpl extends Object implements org.noear.solon.cloud.service.CloudEventServicePlus
| Constructor and Description |
|---|
CloudEventServiceLocalImpl(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 |
distribute(org.noear.solon.cloud.model.Event event) |
String |
getChannel() |
String |
getGroup() |
boolean |
publish(org.noear.solon.cloud.model.Event event) |
public CloudEventServiceLocalImpl(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 distribute(org.noear.solon.cloud.model.Event event)
throws Throwable
Throwablepublic 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 String getChannel()
getChannel in interface org.noear.solon.cloud.service.CloudEventServicePluspublic String getGroup()
getGroup in interface org.noear.solon.cloud.service.CloudEventServicePlusCopyright © 2025. All rights reserved.