All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cqrs.questions.SubscriberResolver Maven / Gradle / Ivy

package com.cqrs.questions;

import com.cqrs.annotations.MessageHandler;

import java.util.List;

public interface SubscriberResolver {
    List findSubscribers(Object question);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy