public interface OperationAttachments extends Closeable
Closeable
which can be used to close all associated input streams with
this attachment.Modifier and Type | Field and Description |
---|---|
static OperationAttachments |
EMPTY |
Modifier and Type | Method and Description |
---|---|
List<InputStream> |
getInputStreams()
Input streams associated with the operation
|
boolean |
isAutoCloseStreams()
Flag indicating whether the streams should be automatically closed
once the operation completed.
|
static final OperationAttachments EMPTY
boolean isAutoCloseStreams()
true
if the streams are going to be closed, false otherwiseList<InputStream> getInputStreams()
Copyright © 2021 JBoss by Red Hat. All rights reserved.