...
Блок кода | ||||
---|---|---|---|---|
| ||||
//код рассылки "уведомление об отключении" int dispatchId = X; service.setEventForSubscription( subscription ); ServerContext context = ServerContext.get(); DispatchService service = context.getService( DispatchService.class, 0 ); service.setEventForSubscription( dispatchId, event.getContractId() ); |