类 AsyncFindAllByTopicThreadExecution
- java.lang.Object
-
- com.github.thierrysquirrel.sparrow.server.database.service.core.thread.AbstractAsyncFindAllByTopicThread
-
- com.github.thierrysquirrel.sparrow.server.database.service.core.thread.execution.AsyncFindAllByTopicThreadExecution
-
- 所有已实现的接口:
Runnable
public class AsyncFindAllByTopicThreadExecution extends AbstractAsyncFindAllByTopicThread
ClassName: AsyncFindAllByTopicThreadExecution Description: date: 2020/12/8 0:29- 从以下版本开始:
- JDK 1.8
- 作者:
- ThierrySquirrel
-
-
构造器概要
构造器 构造器 说明 AsyncFindAllByTopicThreadExecution(SparrowMessageService sparrowMessageService, String topic)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidfindAllByTopic(SparrowMessageService sparrowMessageService, String topic)findAllByTopic-
从类继承的方法 com.github.thierrysquirrel.sparrow.server.database.service.core.thread.AbstractAsyncFindAllByTopicThread
run
-
-
-
-
构造器详细资料
-
AsyncFindAllByTopicThreadExecution
public AsyncFindAllByTopicThreadExecution(SparrowMessageService sparrowMessageService, String topic)
-
-
方法详细资料
-
findAllByTopic
protected void findAllByTopic(SparrowMessageService sparrowMessageService, String topic)
从类复制的说明:AbstractAsyncFindAllByTopicThreadfindAllByTopic- 指定者:
findAllByTopic在类中AbstractAsyncFindAllByTopicThread- 参数:
sparrowMessageService- sparrowMessageServicetopic- topic
-
-