public interface ResultBuilderFactory
ResultBuilder
instances.Modifier and Type | Interface and Description |
---|---|
static class |
ResultBuilderFactory.Output
Enumeration defining the output type to be expected by
ResultBuilder . |
Modifier and Type | Method and Description |
---|---|
ResultBuilder |
createResultBuilder(SynapseEnvironment synEnv,
ResultBuilderFactory.Output expectedOutput)
Create a new
ResultBuilder instance. |
ResultBuilder createResultBuilder(SynapseEnvironment synEnv, ResultBuilderFactory.Output expectedOutput)
ResultBuilder
instance.synEnv
- the Synapse environmentexpectedOutput
- specifies the expected type of output that will be written
to Result
objects produced by ResultBuilder
instances returned by this methodCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.