Package de.codecamp.messages.processor
Interface MessageKeyProcessor.InputStreamSupplier
-
- Enclosing class:
- MessageKeyProcessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface MessageKeyProcessor.InputStreamSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamopenInputStream()
-
-
-
Method Detail
-
openInputStream
InputStream openInputStream() throws IOException
- Throws:
IOException
-
-