Oğuzhan Soykan
class ExceptionPipelineBehavior : PipelineBehavior { override val order: Int = PipelineBehavior.HIGHEST_PRECEDENCE override suspend fun <TRequest, TResponse> handle( request: TRequest, next: RequestHandlerDelegate<TRequest, TResponse> ): TResponse = try { next(request) } catch (ex: Exception) { throw ex } }
com.trendyol:kediatr-spring-boot-2x-starter
com.trendyol:kediatr-spring-boot-3x-starter
A modern programming language that makes developers happier.