portals.api.builder.PortalBuilder
See thePortalBuilder companion object
trait PortalBuilder
Builder for portals.
The PortalBuilder is used to build portals. A workflow can connect to a portal via either an asker
task or a replier
task.
Accessed from the application builder via builder.portals
.
Attributes
- Example
-
builder.portals.portal[String, Int]("portalName")
builder.portals.portal[String, Int]("portalName", keyFrom)
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class PortalBuilderImpl
Members list
In this article