JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
akka.japi
Interface Creator<T>
All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
UntypedActorFactory
public interface
Creator<T>
extends scala.Serializable
A constructor/factory, takes no parameters but creates a new value of type T every call.
Method Summary
Methods
Modifier and Type
Method and Description
T
create
()
This method must return a different instance upon every call.
Method Detail
create
T
create()
This method must return a different instance upon every call.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method