OutputCollector

portals.application.task.OutputCollector
trait OutputCollector[T, U, Req, Rep]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def ask(portal: String, asker: String, req: Req, key: Key, id: Int, askingWF: String): Unit
def reply(r: Rep, portal: String, asker: String, key: Key, id: Int, askingWF: String): Unit
def submit(event: WrappedEvent[U]): Unit