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

org.enodeframework.messaging.MessageHandlerData Maven / Gradle / Ivy

There is a newer version: 1.1.10
Show newest version
package org.enodeframework.messaging;

import org.enodeframework.infrastructure.IObjectProxy;

import java.util.ArrayList;
import java.util.List;

/**
 * @author [email protected]
 */
public class MessageHandlerData {
    public List allHandlers = new ArrayList<>();
    public List listHandlers = new ArrayList<>();
    public List queuedHandlers = new ArrayList<>();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy