@RestController public class EventbusSubscribersController extends Object
| Constructor and Description |
|---|
EventbusSubscribersController(EventBusProvider eventBusProvider) |
| Modifier and Type | Method and Description |
|---|---|
UIEventbusSubscribers |
getEventbusSubscribers(BigInteger projectId) |
@Autowired public EventbusSubscribersController(EventBusProvider eventBusProvider)
@PreAuthorize(value="@entityAccess.isSupport()") @GetMapping(value="/tools/eventbusSubscribers") public UIEventbusSubscribers getEventbusSubscribers(@RequestParam BigInteger projectId) throws NoSuchFieldException, IllegalAccessException
Copyright © 2025. All rights reserved.