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

io.github.ncasaux.camelplantuml.utils.ConsumerUtils Maven / Gradle / Ivy

package io.github.ncasaux.camelplantuml.utils;

import io.github.ncasaux.camelplantuml.model.ConsumerInfo;
import org.slf4j.Logger;

import java.util.ArrayList;

public class ConsumerUtils {

    public static void addConsumerInfo(ArrayList al, ConsumerInfo ci, Logger LOGGER) {
        al.add(ci);
        LOGGER.info("{} added to the list of consumers ", ci.toString());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy