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

org.cloudfoundry.multiapps.controller.process.stream.ArchiveStreamWithName Maven / Gradle / Ivy

package org.cloudfoundry.multiapps.controller.process.stream;

import java.io.InputStream;

import org.immutables.value.Value;

@Value.Immutable
public interface ArchiveStreamWithName {

    String getArchiveName();

    InputStream getArchiveStream();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy