akka.contrib.pattern
Interface ClusterSingletonPropsFactory

All Superinterfaces:
java.io.Serializable

public interface ClusterSingletonPropsFactory
extends scala.Serializable

Java API. Factory for the Props of the singleton actor instance. Used in constructor of ClusterSingletonManager


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.