Closed corneliouzbett closed 1 year ago
Adds the ability to enable/disable a connector. Add new method to the publisher interface;
default boolean isEnabled() { return false; }
By default, it should return false.
Adds the ability to enable/disable a connector. Add new method to the publisher interface;
By default, it should return false.