Class RegisterSpawnProtocolModule<T>
java.lang.Object
com.google.inject.AbstractModule
me.dmmax.akka.spawn.protocol.guice.RegisterSpawnProtocolModule<T>
- Type Parameters:
T- - actor type
- All Implemented Interfaces:
com.google.inject.Module
public class RegisterSpawnProtocolModule<T>
extends com.google.inject.AbstractModule
Guice module to register spawn protocol for a specific type of actor.
-
Constructor Summary
ConstructorsConstructorDescriptionRegisterSpawnProtocolModule(Class<T> actorType, me.dmmax.akka.spawn.protocol.SpawnCommandConverter<T> spawnCommandConverter) -
Method Summary
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Constructor Details
-
Method Details
-
configure
protected void configure()- Overrides:
configurein classcom.google.inject.AbstractModule
-