public interface CloseableFnDataReceiver<T> extends FnDataReceiver<T>, java.lang.AutoCloseable
The close method for a CloseableFnDataReceiver
must be idempotent.
Modifier and Type | Method and Description |
---|---|
void |
close()
.
|
accept
void close() throws java.lang.Exception
Does nothing if this CloseableFnDataReceiver
is already closed.
close
in interface java.lang.AutoCloseable
java.lang.Exception