| 程序包 | 说明 |
|---|---|
| xyz.hellothomas.jedi.core.enums | |
| xyz.hellothomas.jedi.core.internals.message | |
| xyz.hellothomas.jedi.core.internals.message.http | |
| xyz.hellothomas.jedi.core.internals.message.kafka |
| 限定符和类型 | 方法和说明 |
|---|---|
static MessageType |
MessageType.getMessageType(String typeValue) |
static MessageType |
MessageType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MessageType[] |
MessageType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
HttpNotificationPath.getPathByMessageType(MessageType messageType) |
static String |
KafkaMessageTopic.getTopicByMessageType(MessageType messageType) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
AbstractNotificationService.send(Object notification,
MessageType messageType) |
void |
NullNotificationService.send(Object notification,
MessageType messageType) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HttpNotificationService.send(Object notification,
MessageType messageType) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<MessageType,String> |
KafkaProperty.getTopics() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
KafkaProperty.addTopic(MessageType messageType,
String topic) |
void |
KafkaNotificationService.send(Object notification,
MessageType messageType) |
Copyright © 2022 hellothomas. All rights reserved.