Interface Initializer
-
- All Known Subinterfaces:
ServerHandler<CallMessage,V,CastMessage>
- All Known Implementing Classes:
AbstractServerHandler
public interface InitializerA delegate object that can be used instead of subclassingBehaviorActorand overriding its methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit()voidterminate(java.lang.Throwable cause)
-
-
-
Method Detail
-
init
void init() throws java.lang.InterruptedException, SuspendExecution- Throws:
java.lang.InterruptedExceptionSuspendExecution
-
terminate
void terminate(java.lang.Throwable cause) throws SuspendExecution- Throws:
SuspendExecution
-
-