Interface RequestService

All Known Implementing Classes:
ConnectionConsumerImpl, QueueConnectionConsumerImpl, RequestProcessor, SessionImpl, TopicConnectionConsumerImpl

public interface RequestService
The RequestHandler is the that object which is responseable of servicing a request of a RequestServiceRegistry.
Author:
Andreas Mueller, IIT GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • serviceRequest

      void serviceRequest(Request request)