Package io.openraven.magpie.core.fifos
Interface FifoQueue
-
- All Known Implementing Classes:
KafkaQueue,LocalQueue
- 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 interface FifoQueue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(io.openraven.magpie.api.MagpieEnvelope env)
-
-
-
Method Detail
-
add
void add(io.openraven.magpie.api.MagpieEnvelope env) throws FifoException
- Throws:
FifoException
-
-