akka.actor
Interface ExtensionIdProvider

All Known Implementing Classes:
ActorDSL.Extension$, AddressTerminatedTopic$, AddressUidExtension$, CallingThreadDispatcherQueues$, CamelExtension, CamelExtension$, Cluster$, ClusterReceptionistExtension$, ClusterSharding$, DistributedPubSubExtension$, ExtensionKey, Logging.Extension$, PeekMailboxExtension$, Persistence$, RARP$, RemoteMetricsExtension, RemoteMetricsExtension$, SerializationExtension, SerializationExtension$, Tcp, Tcp$, TestConductor, TestConductor$, TransactorExtension, TransactorExtension$, TransportAdaptersExtension, TransportAdaptersExtension$, TypedActor, TypedActor$, Udp, Udp$, UdpConnected, UdpConnected$, ZeroMQExtension$

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

Returns:
(undocumented)