We are searching for a way to programmatically manage the EventHub publisher revocation list with the Azure Java SDK. The .NET SDK has the NamespaceManager.RevokePublisher method in the ServiceBus namespace, that is actually tailored to EventHub publisher revocation.
After a long search we are not able to find an equivalent method in the Java SDK.