ionutiova
Results
1
comments of
ionutiova
@Override @Transactional(readOnly = true) public String fetchCommunicationChannel(String uuid, String appId, ECommunicationChannel channel); the class it belongs it's injected as: @Autowired private CommunicationChannelsRegistryService communicationChannelsRegistryService; the class that has injected the above...