Skip to content

Instantly share code, notes, and snippets.

@martin-cowie
Created April 21, 2017 14:10
Show Gist options
  • Save martin-cowie/13c3ab1a2d231c10fc2800e9eee1436e to your computer and use it in GitHub Desktop.
Save martin-cowie/13c3ab1a2d231c10fc2800e9eee1436e to your computer and use it in GitHub Desktop.
package com.acme;
public interface TopicStatsMBean
{
public long getUniqueSubscriptions();
public long getTotalSubscriptions();
public int getTotalTopics();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment