Package org.apache.pekko.actor
Interface AbstractProps
- All Known Implementing Classes:
Props$
public interface AbstractProps
Java API: Factory for Props instances.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckCreatorClosingOver(Class<?> clazz) Java API: create a Props given a class and its constructor arguments.Java API: create a Props given a class and its constructor arguments.Create new Props from the givenpekko.japi.Creatorwith the type set to the given actorClass.voidINTERNAL API
-
Method Details
-
checkCreatorClosingOver
-
create
Java API: create a Props given a class and its constructor arguments. -
create
Java API: create a Props given a class and its constructor arguments. -
create
Create new Props from the givenpekko.japi.Creatorwith the type set to the given actorClass. -
validate
INTERNAL API
-