public class CallbackRegistry extends Object
| 构造器和说明 |
|---|
CallbackRegistry() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
com.fasterxml.jackson.databind.JsonNode |
create(Callback callback,
Consumer<Long> request,
boolean isBlocking) |
List<ProtocolException> |
getPendingProtocolErrors() |
void |
reject(long id,
String message,
int code,
boolean handleListenerThread) |
void |
resolve(long id,
com.fasterxml.jackson.databind.JsonNode value,
boolean handleListenerThread) |
public com.fasterxml.jackson.databind.JsonNode create(Callback callback, Consumer<Long> request, boolean isBlocking)
public void reject(long id,
String message,
int code,
boolean handleListenerThread)
public void resolve(long id,
com.fasterxml.jackson.databind.JsonNode value,
boolean handleListenerThread)
public void clear()
public List<ProtocolException> getPendingProtocolErrors()
Copyright © 2020–2025. All rights reserved.