Package org.spincast.core.config
Class ServerStartedInterceptor
java.lang.Object
org.spincast.core.config.ServerStartedInterceptor
- All Implemented Interfaces:
org.aopalliance.aop.Advice
,org.aopalliance.intercept.Interceptor
,org.aopalliance.intercept.MethodInterceptor
public class ServerStartedInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor
Interceptor that will call the
ServerStartedListener
listeners once the server
is started.-
Constructor Summary
ConstructorDescriptionServerStartedInterceptor
(com.google.inject.Provider<ServerUtils> serverUtilsProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected ServerUtils
invoke
(org.aopalliance.intercept.MethodInvocation invocation)
-
Constructor Details
-
ServerStartedInterceptor
-
-
Method Details
-
getServerUtils
-
invoke
- Specified by:
invoke
in interfaceorg.aopalliance.intercept.MethodInterceptor
- Throws:
Throwable
-