Class LocalJsonService

  • All Implemented Interfaces:
    Service

    public class LocalJsonService
    extends JsonService
    Implementation of Service that goes to an in-process instance of Service.
    • Field Detail

      • service

        private final Service service
    • Constructor Detail

      • LocalJsonService

        public LocalJsonService​(Service service)
    • Method Detail

      • apply

        public java.lang.String apply​(java.lang.String request)
        Description copied from class: JsonService
        Derived class should implement this method to transport requests and responses to and from the peer service.
        Specified by:
        apply in class JsonService