Deprecate SpringBootStreamHandler in favor of FunctionInvoker.

Resolves #898
This commit is contained in:
Maciej Walkowiak
2022-07-19 23:56:32 +02:00
committed by Oleg Zhurakousky
parent 8bb5746487
commit c5c1c2cd04

View File

@@ -33,7 +33,9 @@ import org.springframework.cloud.function.context.AbstractSpringFunctionAdapterI
/**
* @author Dave Syer
* @author Oleg Zhurakousky
* @deprecated since 3.2.7 in favor of {@link FunctionInvoker}
*/
@Deprecated
public class SpringBootStreamHandler extends AbstractSpringFunctionAdapterInitializer<Context>
implements RequestStreamHandler {