JComponentHandlersFactory

csw.framework.javadsl.JComponentHandlersFactory
@FunctionalInterface
abstract class JComponentHandlersFactory

Base class for the factory for creating the behavior representing a component actor

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def handlers(ctx: ActorContext[TopLevelActorMessage], cswCtx: CswContext): ComponentHandlers

Implement this method for providing the component handlers to be used by component actor

Implement this method for providing the component handlers to be used by component actor

Value parameters

cswCtx

provides access to csw services e.g. location, event, alarm, etc

ctx

the org.apache.pekko.actor.typed.scaladsl.ActorContext under which the actor instance of this behavior is created

Attributes

Returns

componentHandlers to be used by this component