Package akka.japi.function
Interface Creator<T>
-
- All Superinterfaces:
java.io.Serializable
,scala.Serializable
public interface Creator<T> extends scala.Serializable
This method must return a different instance upon every call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create()
This method must return a different instance upon every call.
-
-
-
Method Detail
-
create
T create() throws java.lang.Exception
This method must return a different instance upon every call.- Returns:
- (undocumented)
- Throws:
java.lang.Exception
-
-