akka.actor
Interface ExtensionIdProvider

All Known Implementing Classes:
ActorDSL.Extension$, ExtensionKey, IOManager$, SerializationExtension, SerializationExtension$, Tcp, Tcp$, TypedActor, TypedActor$, Udp, Udp$, UdpConnected, UdpConnected$

public interface ExtensionIdProvider

To be able to load an ExtensionId from the configuration, a class that implements ExtensionIdProvider must be specified. The lookup method should return the canonical reference to the extension.


Method Summary
 ExtensionId<? extends Extension> lookup()
          Returns the canonical ExtensionId for this Extension
 

Method Detail

lookup

ExtensionId<? extends Extension> lookup()
Returns the canonical ExtensionId for this Extension