package
Package stream processing function into deployable archive configured by
        EventStreamProcessor
Since R2022b
This function requires Streaming Data Framework for MATLAB® Production Server™ and MATLAB Compiler SDK™.
Description
filePath = package( uses the esp)eventStreamProcessor object esp to create a MATLAB
            Compiler SDK project file and opens the Production Server Archive Compiler (MATLAB Compiler SDK) app.
        Use this app to package the streaming function into a deployable archive for MATLAB
            Production Server.
package returns the full path to the project file.
filePath = package(
        sets additional options for packaging the function.esp,Name=Value)
For example, if you specify OutputType="Archive", the
          package function returns a deployable archive (CTF file) instead of a
        project file.
Examples
Input Arguments
Name-Value Arguments
Version History
Introduced in R2022b
See Also
streamingDataCompiler | eventStreamProcessor | Production Server Archive Compiler (MATLAB Compiler SDK)