akka.contrib.pattern
Interface ClusterSingletonPropsFactory

All Superinterfaces:
java.io.Serializable

public interface ClusterSingletonPropsFactory
extends scala.Serializable


Method Summary
 Props create(java.lang.Object handOverData)
          Create the Props from the handOverData sent from previous singleton.
 

Method Detail

create

Props create(java.lang.Object handOverData)
Create the Props from the handOverData sent from previous singleton. handOverData might be null when no hand-over took place, or when the there is no need for sending data to the new singleton.