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 Default Methods Modifier and Type Method Description Timestampgenerate(byte[] content, Direction direction)default Timestampgenerate(byte[] content, Direction direction, io.opentracing.Span span)
-
-
-
Method Detail
-
generate
Timestamp generate(byte[] content, Direction direction) throws TimestampException
- Throws:
TimestampException
-
generate
default Timestamp generate(byte[] content, Direction direction, io.opentracing.Span span) throws TimestampException
- Throws:
TimestampException
-
-