}
@Override
public synchronized boolean enableCatchAllSubscriber(BlockingQueue catchAllSink) {
if (null == catchAllSubscriber) {
catchAllSubInstance = new CatchAllSubscriber();
List<Method> subscriberMethods;
try {
subscriberMethods = findSubscriberMethods(catchAllSubInstance);
if (!subscriberMethods.isEmpty()) {
Method method = subscriberMethods.get(0);