| 限定符和类型 | 类和说明 |
|---|---|
static class |
EventDispatcher.Builder |
| 构造器和说明 |
|---|
EventDispatcher(EventDispatcher.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
decryptEvent(String cipherEventJsonStr) |
Object |
doWithoutValidation(byte[] payload) |
String |
getEncryptKey() |
String |
getVerificationToken() |
EventResp |
handle(EventReq eventReq) |
static EventDispatcher.Builder |
newBuilder(String verificationToken,
String encryptKey) |
String |
parseReq(EventReq eventReq) |
public EventDispatcher(EventDispatcher.Builder builder)
public static EventDispatcher.Builder newBuilder(String verificationToken, String encryptKey)
public String getVerificationToken()
public String getEncryptKey()
public String parseReq(EventReq eventReq) throws UnsupportedEncodingException
public Object doWithoutValidation(byte[] payload) throws Throwable
ThrowableCopyright © 2025. All rights reserved.