RPC Module

    • Eureka: service registration center, user management service, service discovery.
    • Receiver: The service request receives the corresponding interface, and the receiver responds to the service through this interface.
    • Decoder, Encoder: used for request encoding and decoding.
    • Listener: monitor module, mainly used to monitor broadcast requests.