From 061dcb1b8787cf713ddc1231de250e51a2a72847 Mon Sep 17 00:00:00 2001 From: Alexis Hafner Date: Fri, 19 Jan 2018 15:46:12 +0100 Subject: [PATCH] INT-4383 Expose errorChannel in EnricherSpec JIRA: https://jira.spring.io/browse/INT-4383 --- .../integration/dsl/EnricherSpec.java | 25 ++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/dsl/EnricherSpec.java b/spring-integration-core/src/main/java/org/springframework/integration/dsl/EnricherSpec.java index 0bcbcf7365..fd3f9ce979 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/dsl/EnricherSpec.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/dsl/EnricherSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 the original author or authors. + * Copyright 2016-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -42,6 +42,7 @@ import reactor.util.function.Tuple2; * @author Artem Bilan * @author Tim Ysewyn * @author Ian Bondoc + * @author Alexis Hafner * * @since 5.0 */ @@ -96,6 +97,28 @@ public class EnricherSpec extends ConsumerEndpointSpec