Class GRpcServerInitializedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.lognet.springboot.grpc.context.GRpcServerInitializedEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class GRpcServerInitializedEvent extends org.springframework.context.ApplicationEvent- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GRpcServerInitializedEvent(org.springframework.context.ApplicationContext context, io.grpc.Server server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.context.ApplicationContextgetApplicationContext()io.grpc.ServergetServer()
-