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

com.opencredo.concourse.domain.commands.dispatching.CommandSubscribable Maven / Gradle / Ivy

package com.opencredo.concourse.domain.commands.dispatching;

import com.opencredo.concourse.domain.commands.CommandType;

public interface CommandSubscribable {

    CommandSubscribable subscribe(CommandType commandType, CommandProcessor commandProcessor);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy