Package io.serverlessworkflow.api
Interface WorkflowReaderOperations
public interface WorkflowReaderOperations
-
Method Summary
Modifier and TypeMethodDescriptionio.serverlessworkflow.api.types.Workflowread(byte[] input, WorkflowFormat format) io.serverlessworkflow.api.types.Workflowread(InputStream input, WorkflowFormat format) io.serverlessworkflow.api.types.Workflowread(Reader input, WorkflowFormat format) io.serverlessworkflow.api.types.Workflowread(String input, WorkflowFormat format)
-
Method Details
-
read
io.serverlessworkflow.api.types.Workflow read(InputStream input, WorkflowFormat format) throws IOException - Throws:
IOException
-
read
io.serverlessworkflow.api.types.Workflow read(Reader input, WorkflowFormat format) throws IOException - Throws:
IOException
-
read
io.serverlessworkflow.api.types.Workflow read(byte[] input, WorkflowFormat format) throws IOException - Throws:
IOException
-
read
io.serverlessworkflow.api.types.Workflow read(String input, WorkflowFormat format) throws IOException - Throws:
IOException
-