Deprecate SpringBootStreamHandler in favor of FunctionInvoker.
Resolves #898
This commit is contained in:
committed by
Oleg Zhurakousky
parent
8bb5746487
commit
c5c1c2cd04
@@ -33,7 +33,9 @@ import org.springframework.cloud.function.context.AbstractSpringFunctionAdapterI
|
|||||||
/**
|
/**
|
||||||
* @author Dave Syer
|
* @author Dave Syer
|
||||||
* @author Oleg Zhurakousky
|
* @author Oleg Zhurakousky
|
||||||
|
* @deprecated since 3.2.7 in favor of {@link FunctionInvoker}
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class SpringBootStreamHandler extends AbstractSpringFunctionAdapterInitializer<Context>
|
public class SpringBootStreamHandler extends AbstractSpringFunctionAdapterInitializer<Context>
|
||||||
implements RequestStreamHandler {
|
implements RequestStreamHandler {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user