Can we discard or reject message in solace streaming?

this is our declaration
spring:
cloud:
function:
definition: inTechVal|inFuncVal|map|persist|report
stream:
function:
bindings:
inTechVal|inFuncVal|map|persist|report-in-0: input
inTechVal|inFuncVal|map|persist|report-out-0: output

Here i want to exit flow after persist function and message should not go to next function i.e report and message should get discarded and not go to another solace topic.