We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ConfiguredController.init
1 parent 4ac11bc commit 9012076Copy full SHA for 9012076
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/ConfiguredController.java
@@ -105,8 +105,7 @@ public UpdateControl<R> execute() {
105
106
@Override
107
public void init(EventSourceManager eventSourceManager) {
108
- this.manager = eventSourceManager;
109
- controller.init(eventSourceManager);
+ throw new UnsupportedOperationException("This method should never be called directly");
110
}
111
112
0 commit comments