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

org.milyn.container.plugin.ResultType Maven / Gradle / Ivy

package org.milyn.container.plugin;

/**
 * Enum that represents the types of results that can be returned from
 * a container managed transform.
 *
 * @author Daniel Bevenius
 */
public enum ResultType {
    STRING,
    BYTES,
    JAVA,
    NORESULT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy