跳过导航链接
A D F G J M O Q R S T V 

A

afterCompletion(int) - 类 中的方法top.gexingw.spring.transaction.message.infrastructure.util.TransactionCompletionCallback
 

D

doAfterCommitted(Runnable) - 类 中的静态方法top.gexingw.spring.transaction.message.infrastructure.util.TransactionUtil
 

F

find(Serializable) - 接口 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessageRepository
 
find(Serializable) - 类 中的方法top.gexingw.spring.transaction.message.infrastructure.repository.JdbcTransactionMessageRepositoryImpl
 

G

getId() - 类 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessage
 
getKey() - 类 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessage
 
getMaxRetryCount() - 类 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessage
 
getMessageStatus() - 类 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessage
 
getNextRetryTime() - 类 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessage
 
getPayload() - 类 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessage
 
getRetriedCount() - 类 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessage
 
getTopic() - 类 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessage
 

J

JdbcTransactionMessageRepositoryImpl - top.gexingw.spring.transaction.message.infrastructure.repository中的类
 
JdbcTransactionMessageRepositoryImpl(JdbcOperations) - 类 的构造器top.gexingw.spring.transaction.message.infrastructure.repository.JdbcTransactionMessageRepositoryImpl
 
JdbcTransactionMessageRepositoryImpl.TransactionMessageRowMapper - top.gexingw.spring.transaction.message.infrastructure.repository中的类
 
JdbcTransactionMessageServiceImpl - top.gexingw.spring.transaction.message.application.service.impl中的类
 
JdbcTransactionMessageServiceImpl(TransactionMessageRepository) - 类 的构造器top.gexingw.spring.transaction.message.application.service.impl.JdbcTransactionMessageServiceImpl
 

M

mapRow(ResultSet, int) - 类 中的方法top.gexingw.spring.transaction.message.infrastructure.repository.JdbcTransactionMessageRepositoryImpl.TransactionMessageRowMapper
 
MessageStatus - top.gexingw.spring.transaction.message.domain.message中的枚举
 

O

of(String) - 枚举 中的静态方法top.gexingw.spring.transaction.message.domain.message.MessageStatus
 

Q

queryAllRetryable(long) - 接口 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessageRepository
 
queryAllRetryable(long) - 类 中的方法top.gexingw.spring.transaction.message.infrastructure.repository.JdbcTransactionMessageRepositoryImpl
 
queryRetryableMessages() - 类 中的方法top.gexingw.spring.transaction.message.application.service.impl.JdbcTransactionMessageServiceImpl
 
queryRetryableMessages(long) - 类 中的方法top.gexingw.spring.transaction.message.application.service.impl.JdbcTransactionMessageServiceImpl
 
queryRetryableMessages() - 接口 中的方法top.gexingw.spring.transaction.message.application.service.TransactionMessageService
 
queryRetryableMessages(long) - 接口 中的方法top.gexingw.spring.transaction.message.application.service.TransactionMessageService
 

R

remove(Serializable) - 接口 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessageRepository
 
remove(Serializable) - 类 中的方法top.gexingw.spring.transaction.message.infrastructure.repository.JdbcTransactionMessageRepositoryImpl
 

S

save(TransactionMessage) - 接口 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessageRepository
 
save(TransactionMessage) - 类 中的方法top.gexingw.spring.transaction.message.infrastructure.repository.JdbcTransactionMessageRepositoryImpl
 
send(TransactionMessage, Runnable) - 类 中的方法top.gexingw.spring.transaction.message.application.service.impl.JdbcTransactionMessageServiceImpl
 
send(TransactionMessage, Runnable) - 接口 中的方法top.gexingw.spring.transaction.message.application.service.TransactionMessageService
 
sendFailed(Serializable) - 类 中的方法top.gexingw.spring.transaction.message.application.service.impl.JdbcTransactionMessageServiceImpl
 
sendFailed(Serializable) - 接口 中的方法top.gexingw.spring.transaction.message.application.service.TransactionMessageService
 
sendFailed() - 类 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessage
 
sendSucceed(Serializable) - 类 中的方法top.gexingw.spring.transaction.message.application.service.impl.JdbcTransactionMessageServiceImpl
 
sendSucceed(Serializable) - 接口 中的方法top.gexingw.spring.transaction.message.application.service.TransactionMessageService
 
setId(Long) - 类 中的方法top.gexingw.spring.transaction.message.domain.message.TransactionMessage
 

T

top.gexingw.spring.transaction.message.application.service - 程序包 top.gexingw.spring.transaction.message.application.service
 
top.gexingw.spring.transaction.message.application.service.impl - 程序包 top.gexingw.spring.transaction.message.application.service.impl
 
top.gexingw.spring.transaction.message.domain.message - 程序包 top.gexingw.spring.transaction.message.domain.message
 
top.gexingw.spring.transaction.message.infrastructure.config - 程序包 top.gexingw.spring.transaction.message.infrastructure.config
 
top.gexingw.spring.transaction.message.infrastructure.repository - 程序包 top.gexingw.spring.transaction.message.infrastructure.repository
 
top.gexingw.spring.transaction.message.infrastructure.util - 程序包 top.gexingw.spring.transaction.message.infrastructure.util
 
TransactionCompletionCallback - top.gexingw.spring.transaction.message.infrastructure.util中的类
 
TransactionCompletionCallback(Runnable) - 类 的构造器top.gexingw.spring.transaction.message.infrastructure.util.TransactionCompletionCallback
 
TransactionMessage - top.gexingw.spring.transaction.message.domain.message中的类
 
TransactionMessage(String, String, Object) - 类 的构造器top.gexingw.spring.transaction.message.domain.message.TransactionMessage
 
TransactionMessage(String, String, Integer, Object) - 类 的构造器top.gexingw.spring.transaction.message.domain.message.TransactionMessage
 
TransactionMessage(Long, String, String, Integer, Integer, Long, Object, MessageStatus) - 类 的构造器top.gexingw.spring.transaction.message.domain.message.TransactionMessage
 
TransactionMessageAutoConfiguration - top.gexingw.spring.transaction.message.infrastructure.config中的类
 
TransactionMessageAutoConfiguration() - 类 的构造器top.gexingw.spring.transaction.message.infrastructure.config.TransactionMessageAutoConfiguration
 
TransactionMessageRepository - top.gexingw.spring.transaction.message.domain.message中的接口
 
transactionMessageRepository(JdbcOperations) - 类 中的方法top.gexingw.spring.transaction.message.infrastructure.config.TransactionMessageAutoConfiguration
 
TransactionMessageRowMapper() - 类 的构造器top.gexingw.spring.transaction.message.infrastructure.repository.JdbcTransactionMessageRepositoryImpl.TransactionMessageRowMapper
 
TransactionMessageService - top.gexingw.spring.transaction.message.application.service中的接口
 
transactionMessageService(TransactionMessageRepository) - 类 中的方法top.gexingw.spring.transaction.message.infrastructure.config.TransactionMessageAutoConfiguration
 
TransactionUtil - top.gexingw.spring.transaction.message.infrastructure.util中的类
 
TransactionUtil() - 类 的构造器top.gexingw.spring.transaction.message.infrastructure.util.TransactionUtil
 

V

valueOf(String) - 枚举 中的静态方法top.gexingw.spring.transaction.message.domain.message.MessageStatus
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法top.gexingw.spring.transaction.message.domain.message.MessageStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A D F G J M O Q R S T V 
跳过导航链接

Copyright © 2024. All rights reserved.