Class JSONRPCService
- java.lang.Object
-
- io.quarkiverse.operatorsdk.runtime.devui.JSONRPCService
-
@ApplicationScoped public class JSONRPCService extends Object
-
-
Constructor Summary
Constructors Constructor Description JSONRPCService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcontrollersCount()Collection<ControllerInfo>getControllers()
-
-
-
Method Detail
-
getControllers
public Collection<ControllerInfo> getControllers()
-
controllersCount
public int controllersCount()
-
-