Package 

Class ReadHandler

  • All Implemented Interfaces:
    pl.wrzasq.cform.commons.action.ActionHandler

    
    public final class ReadHandler
     implements ActionHandler<ResourceModel>
                        

    Resource fetching handler.

    • Method Summary

      Modifier and Type Method Description
      ProgressEvent<ResourceModel, StdCallbackContext> handleRequest(AmazonWebServicesClientProxy proxy, ResourceHandlerRequest<ResourceModel> request, StdCallbackContext callbackContext, Logger logger)
      • Methods inherited from class java.lang.Object

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

      • ReadHandler

        ReadHandler(ResourcesFactory factory)
        Parameters:
        factory - Dependent resource factory.
    • Method Detail

      • handleRequest

         ProgressEvent<ResourceModel, StdCallbackContext> handleRequest(AmazonWebServicesClientProxy proxy, ResourceHandlerRequest<ResourceModel> request, StdCallbackContext callbackContext, Logger logger)