GenericEventHandler

org.encalmo.lambda.GenericEventHandler
trait GenericEventHandler[ApplicationContext]

Abstract base class of an generic event handler.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def handleEvent(event: Value)(using LambdaContext, ApplicationContext): Option[String]

Concrete methods

Optional function name for handling events having function property. If not defined it will default to the simple class name.

Optional function name for handling events having function property. If not defined it will default to the simple class name.

Attributes