Class GRpcServerInitializedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class GRpcServerInitializedEvent
    extends org.springframework.context.ApplicationEvent
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • 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.ApplicationContext getApplicationContext()  
      io.grpc.Server getServer()  
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GRpcServerInitializedEvent

        public GRpcServerInitializedEvent​(org.springframework.context.ApplicationContext context,
                                          io.grpc.Server server)
    • Method Detail

      • getApplicationContext

        public org.springframework.context.ApplicationContext getApplicationContext()
      • getServer

        public io.grpc.Server getServer()