Project

General

Profile

« Previous | Next » 

Revision 50397

Add getNotificationsBySubscriptionId method.

View differences:

BrokerServiceImpl.java
230 230
        return entries;
231 231
    }
232 232

  
233
    @Override
234
    public EventsPage getNotificationsBySubscriptionId(String subscriptionId,String page,String size) throws BrokerException {
235
        return brokerApi.getNotificationsBySubscriptionId(subscriptionId,page,size);
236
    }
237

  
233 238
}

Also available in: Unified diff