A B C D E F G H I J L M O P R S T U
A
- accept(R) - 接口 中的方法org.noear.dami.bus.impl.Acceptor
-
接收
- accept(R) - 类 中的方法org.noear.dami.bus.impl.AcceptorCallback
-
- accept(R) - 类 中的方法org.noear.dami.bus.impl.AcceptorResponse
-
- Acceptor<R> - org.noear.dami.bus.impl中的接口
-
答复接收人
- AcceptorCallback<R> - org.noear.dami.bus.impl中的类
-
回调答复接收人
- AcceptorCallback(Consumer<R>) - 类 的构造器org.noear.dami.bus.impl.AcceptorCallback
-
- AcceptorResponse<R> - org.noear.dami.bus.impl中的类
-
响应签复接收人
- AcceptorResponse(CompletableFuture<R>) - 类 的构造器org.noear.dami.bus.impl.AcceptorResponse
-
- add(TopicListener<Event>) - 类 中的方法org.noear.dami.bus.impl.TopicListenPipeline
-
添加监听
- add(int, TopicListener<Event>) - 类 中的方法org.noear.dami.bus.impl.TopicListenPipeline
-
添加监听(带顺序位)
- add(String, int, TopicListener<Payload<C, R>>) - 类 中的方法org.noear.dami.bus.impl.TopicRouterImpl
-
添加监听
- add(String, int, TopicListener<Payload<C, R>>) - 接口 中的方法org.noear.dami.bus.TopicRouter
-
添加监听
- addInterceptor(int, Interceptor) - 类 中的方法org.noear.dami.bus.impl.TopicRouterImpl
-
添加拦截器
- addInterceptor(int, Interceptor) - 接口 中的方法org.noear.dami.bus.TopicRouter
-
添加拦截器
- api() - 类 中的静态方法org.noear.dami.Dami
-
接口界面
- assertTopic(String) - 类 中的方法org.noear.dami.bus.impl.TopicRouterImpl
-
断言主题是否为空
B
- bus() - 类 中的静态方法org.noear.dami.Dami
-
总线界面
C
- Coder - org.noear.dami.api中的接口
-
编码器
- CoderDefault - org.noear.dami.api中的类
-
编码器默认实现(Map)
- CoderDefault() - 类 的构造器org.noear.dami.api.CoderDefault
-
- createSender(String, Class<T>) - 接口 中的方法org.noear.dami.api.DamiApi
-
创建发送器代理
- createSender(String, Class<T>) - 类 中的方法org.noear.dami.api.DamiApiImpl
-
创建发送器代理
D
- Dami - org.noear.dami中的类
-
大米,本地过程调用框架
- Dami() - 类 的构造器org.noear.dami.Dami
-
- DamiApi - org.noear.dami.api中的接口
-
大米接口(提供 Local Procedure Call 服务)
- DamiApiImpl - org.noear.dami.api中的类
-
- DamiApiImpl(DamiBus) - 类 的构造器org.noear.dami.api.DamiApiImpl
-
- DamiBus<C,R> - org.noear.dami.bus中的接口
-
大米总线(提供 Local Procedure Call 服务)
- DamiBusImpl<C,R> - org.noear.dami.bus中的类
-
大米总线实现
- DamiBusImpl() - 类 的构造器org.noear.dami.bus.DamiBusImpl
-
- DamiException - org.noear.dami.exception中的异常错误
-
Dami 专属异常
- DamiException(String) - 异常错误 的构造器org.noear.dami.exception.DamiException
-
- DamiException(Throwable) - 异常错误 的构造器org.noear.dami.exception.DamiException
-
- decode(Method, Payload) - 接口 中的方法org.noear.dami.api.Coder
-
解码
- decode(Method, Payload) - 类 中的方法org.noear.dami.api.CoderDefault
-
解码
- doIntercept(Payload<C, R>, InterceptorChain) - 类 中的方法org.noear.dami.bus.impl.TopicRouterImpl
-
事件拦截并路由分发
- doIntercept(Payload<C, R>, InterceptorChain) - 接口 中的方法org.noear.dami.bus.Interceptor
-
拦截
- doIntercept(Payload<C, R>) - 类 中的方法org.noear.dami.bus.InterceptorChain
-
拦截
- doIntercept(Payload<C, R>, InterceptorChain) - 类 中的方法org.noear.dami.bus.InterceptorEntity
-
拦截
E
- encode(Method, Object[]) - 接口 中的方法org.noear.dami.api.Coder
-
编码
- encode(Method, Object[]) - 类 中的方法org.noear.dami.api.CoderDefault
-
编码
F
- findMethods(Class<?>) - 类 中的方法org.noear.dami.api.DamiApiImpl
-
获取方法
G
- getAttachment(String) - 类 中的方法org.noear.dami.bus.impl.PayloadImpl
-
获取附件
- getAttachment(String) - 接口 中的方法org.noear.dami.bus.Payload
-
获取附件
- getBus() - 接口 中的方法org.noear.dami.api.DamiApi
-
获取关联总线
- getBus() - 类 中的方法org.noear.dami.api.DamiApiImpl
-
- getCoder() - 接口 中的方法org.noear.dami.api.DamiApi
-
获取编码器
- getCoder() - 类 中的方法org.noear.dami.api.DamiApiImpl
-
获取编码器
- getContent() - 类 中的方法org.noear.dami.bus.impl.PayloadImpl
-
内容
- getContent() - 接口 中的方法org.noear.dami.bus.Payload
-
内容
- getGuid() - 类 中的方法org.noear.dami.bus.impl.PayloadImpl
-
唯一标识
- getGuid() - 接口 中的方法org.noear.dami.bus.Payload
-
唯一标识
- getIndex() - 类 中的方法org.noear.dami.bus.InterceptorEntity
-
获取顺序位
- getListener() - 类 中的方法org.noear.dami.api.impl.MethodTopicListenerRecord
-
方法主题监听器
- getMethodTopic(String, String) - 类 中的方法org.noear.dami.api.DamiApiImpl
-
获取方法的主题
- getReal() - 类 中的方法org.noear.dami.bus.InterceptorEntity
-
获取原拦截器
- getTimeout() - 接口 中的方法org.noear.dami.bus.DamiBus
-
获取超时
- getTimeout() - 类 中的方法org.noear.dami.bus.DamiBusImpl
-
获取超时
- getTopic() - 类 中的方法org.noear.dami.api.impl.MethodTopicListenerRecord
-
主题
- getTopic() - 类 中的方法org.noear.dami.bus.impl.PayloadImpl
-
主题
- getTopic() - 接口 中的方法org.noear.dami.bus.Payload
-
主题
H
- handle(Payload<C, R>) - 类 中的方法org.noear.dami.bus.impl.TopicRouterImpl
-
接收事件
- handle(Payload<C, R>) - 接口 中的方法org.noear.dami.bus.TopicRouter
-
接收事件并路由
I
- intercept(int, Interceptor) - 接口 中的方法org.noear.dami.bus.DamiBus
-
拦截
- intercept(int, Interceptor) - 类 中的方法org.noear.dami.bus.DamiBusImpl
-
拦截
- intercept(Interceptor) - 类 中的静态方法org.noear.dami.Dami
-
拦截
- intercept(int, Interceptor) - 类 中的静态方法org.noear.dami.Dami
-
拦截
- Interceptor<C,R> - org.noear.dami.bus中的接口
-
拦截器
- InterceptorChain<C,R> - org.noear.dami.bus中的类
-
拦截链
- InterceptorChain(List<InterceptorEntity>) - 类 的构造器org.noear.dami.bus.InterceptorChain
-
- InterceptorEntity<C,R> - org.noear.dami.bus中的类
-
拦截器实体。
- InterceptorEntity(int, Interceptor<C, R>) - 类 的构造器org.noear.dami.bus.InterceptorEntity
-
- invoke(Object, Method, Object[]) - 类 中的方法org.noear.dami.api.impl.SenderInvocationHandler
-
- invokeDefault(Object, Method, Object[]) - 类 中的静态方法org.noear.dami.api.impl.MethodHandlerUtils
-
在代理模式下调用接口的默认的函数
- isDone() - 接口 中的方法org.noear.dami.bus.impl.Acceptor
-
是否结束接收
- isDone() - 类 中的方法org.noear.dami.bus.impl.AcceptorCallback
-
- isDone() - 类 中的方法org.noear.dami.bus.impl.AcceptorResponse
-
- isRequest() - 类 中的方法org.noear.dami.bus.impl.PayloadImpl
-
是否为请求(是的话,需要答复)
- isRequest() - 接口 中的方法org.noear.dami.bus.Payload
-
是否为请求(是的话,需要答复)
J
- JAVA_MAJOR_VERSION - 类 中的静态变量org.noear.dami.api.impl.MethodHandlerUtils
-
Java 版本号
L
- listen(String, TopicListener<Payload<C, R>>) - 接口 中的方法org.noear.dami.bus.DamiBus
-
监听
- listen(String, int, TopicListener<Payload<C, R>>) - 接口 中的方法org.noear.dami.bus.DamiBus
-
监听
- listen(String, int, TopicListener<Payload<C, R>>) - 类 中的方法org.noear.dami.bus.DamiBusImpl
-
监听
M
- MethodHandlerUtils - org.noear.dami.api.impl中的类
-
函数代理工具(用于默认函数的处理跨版本)
- MethodHandlerUtils() - 类 的构造器org.noear.dami.api.impl.MethodHandlerUtils
-
- MethodTopicListener - org.noear.dami.api.impl中的类
-
方法主题监听器
- MethodTopicListener(DamiApi, Object, Method) - 类 的构造器org.noear.dami.api.impl.MethodTopicListener
-
- MethodTopicListenerRecord - org.noear.dami.api.impl中的类
-
方法主题监听器记录
- MethodTopicListenerRecord(String, MethodTopicListener) - 类 的构造器org.noear.dami.api.impl.MethodTopicListenerRecord
-
O
- onEvent(Payload) - 类 中的方法org.noear.dami.api.impl.MethodTopicListener
-
- onEvent(Event) - 类 中的方法org.noear.dami.bus.impl.TopicListenPipeline
-
- onEvent(Event) - 接口 中的方法org.noear.dami.bus.TopicListener
-
处理监听事件
- org.noear.dami - 程序包 org.noear.dami
-
- org.noear.dami.api - 程序包 org.noear.dami.api
-
- org.noear.dami.api.impl - 程序包 org.noear.dami.api.impl
-
- org.noear.dami.bus - 程序包 org.noear.dami.bus
-
- org.noear.dami.bus.impl - 程序包 org.noear.dami.bus.impl
-
- org.noear.dami.exception - 程序包 org.noear.dami.exception
-
P
- Payload<C,R> - org.noear.dami.bus中的接口
-
事件负载
- PayloadImpl<C,R> - org.noear.dami.bus.impl中的类
-
事件负载实现
- PayloadImpl(String, C, Acceptor<R>) - 类 的构造器org.noear.dami.bus.impl.PayloadImpl
-
R
- registerListener(String, Object) - 接口 中的方法org.noear.dami.api.DamiApi
-
注册监听者实例(一个监听类,只能监听一个主题)
- registerListener(String, int, Object) - 接口 中的方法org.noear.dami.api.DamiApi
-
注册监听者实例(一个监听类,只能监听一个主题)
- registerListener(String, int, Object) - 类 中的方法org.noear.dami.api.DamiApiImpl
-
注册监听者实例(一个监听类,只能监听一个主题)
- remove(TopicListener<Event>) - 类 中的方法org.noear.dami.bus.impl.TopicListenPipeline
-
移除监听
- remove(String, TopicListener<Payload<C, R>>) - 类 中的方法org.noear.dami.bus.impl.TopicRouterImpl
-
移除监听
- remove(String, TopicListener<Payload<C, R>>) - 接口 中的方法org.noear.dami.bus.TopicRouter
-
移除监听
- reply(R) - 类 中的方法org.noear.dami.bus.impl.PayloadImpl
-
答复
- reply(R) - 接口 中的方法org.noear.dami.bus.Payload
-
答复
S
- send(String, C) - 接口 中的方法org.noear.dami.bus.DamiBus
-
发送(不需要答复)
- send(String, C) - 类 中的方法org.noear.dami.bus.DamiBusImpl
-
发送(不需要答复)
- sendAndCallback(String, C, Consumer<R>) - 接口 中的方法org.noear.dami.bus.DamiBus
-
发送并等待回调
- sendAndCallback(String, C, Consumer<R>) - 类 中的方法org.noear.dami.bus.DamiBusImpl
-
发送并等待回调
- sendAndResponse(String, C) - 接口 中的方法org.noear.dami.bus.DamiBus
-
发送并等待响应
- sendAndResponse(String, C) - 类 中的方法org.noear.dami.bus.DamiBusImpl
-
发送并等待响应
- SenderInvocationHandler - org.noear.dami.api.impl中的类
-
发送者接口的调用代理
- SenderInvocationHandler(DamiApi, Class<?>, String) - 类 的构造器org.noear.dami.api.impl.SenderInvocationHandler
-
- setAttachment(String, T) - 类 中的方法org.noear.dami.bus.impl.PayloadImpl
-
设置附件
- setAttachment(String, T) - 接口 中的方法org.noear.dami.bus.Payload
-
设置附件
- setCoder(Coder) - 接口 中的方法org.noear.dami.api.DamiApi
-
设置编码器
- setCoder(Coder) - 类 中的方法org.noear.dami.api.DamiApiImpl
-
设置编码器
- setTimeout(long) - 接口 中的方法org.noear.dami.bus.DamiBus
-
设置超时
- setTimeout(long) - 类 中的方法org.noear.dami.bus.DamiBusImpl
-
设置超时
T
- TopicListener<Event> - org.noear.dami.bus中的接口
-
主题监听器
- TopicListenPipeline<Event> - org.noear.dami.bus.impl中的类
-
主题监听管道
- TopicListenPipeline() - 类 的构造器org.noear.dami.bus.impl.TopicListenPipeline
-
- TopicRouter<C,R> - org.noear.dami.bus中的接口
-
主题路由器
- TopicRouterImpl<C,R> - org.noear.dami.bus.impl中的类
-
主题路由器
- TopicRouterImpl() - 类 的构造器org.noear.dami.bus.impl.TopicRouterImpl
-
- toString() - 类 中的方法org.noear.dami.api.impl.MethodTopicListener
-
- toString() - 类 中的方法org.noear.dami.api.impl.SenderInvocationHandler
-
- toString() - 类 中的方法org.noear.dami.bus.impl.PayloadImpl
-
U
- unlisten(String, TopicListener<Payload<C, R>>) - 接口 中的方法org.noear.dami.bus.DamiBus
-
取消监听
- unlisten(String, TopicListener<Payload<C, R>>) - 类 中的方法org.noear.dami.bus.DamiBusImpl
-
取消监听
- unregisterListener(String, Object) - 接口 中的方法org.noear.dami.api.DamiApi
-
取消注册监听者实例
- unregisterListener(String, Object) - 类 中的方法org.noear.dami.api.DamiApiImpl
-
取消注册监听者实例
A B C D E F G H I J L M O P R S T U
Copyright © 2023. All rights reserved.