Make CloudEventsFunctionExtensionConfiguration public

This commit is contained in:
Oleg Zhurakousky
2022-11-09 10:20:19 +01:00
parent c425ddfcee
commit fd5a78e8a9

View File

@@ -30,7 +30,7 @@ import org.springframework.messaging.Message;
* @since 3.1 * @since 3.1
*/ */
@Configuration(proxyBeanMethods = false) @Configuration(proxyBeanMethods = false)
class CloudEventsFunctionExtensionConfiguration { public class CloudEventsFunctionExtensionConfiguration {
// The following two beans are intended to be mutually exclusive. Only one should be activated based // The following two beans are intended to be mutually exclusive. Only one should be activated based
// on the presence of Cloud Event SDK API // on the presence of Cloud Event SDK API