Skip to content

feat: Publisher가 아닌 반환타입도 TransactionDispatcher가 대응할 수 있도록 추가 #33

Description

@devxb

as is

@TransactionRollbackHandler
fun handleRollbackEvent(rollbackEvent: TransactionRollbackEvent) : Mono<Unit> 

to be

@TransactionRollbackHandler
fun handleRollbackEvent(rollbackEvent: TransactionRollbackEvent) : Mono<Unit> 

@TransactionRollbackHandler
fun handleRollbackEventWithNoPublisher(rollbackEvent: TransactionRollbackEvent)

Metadata

Metadata

Assignees

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions