Package network.oxalis.api.timestamp
Interface TimestampProvider
-
- 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 TimestampProvider
- Since:
- 4.0.0
- Author:
- erlend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Timestampgenerate(byte[] content, Direction direction)
-
-
-
Method Detail
-
generate
Timestamp generate(byte[] content, Direction direction) throws TimestampException
- Throws:
TimestampException
-
-