Class TimeInformation
java.lang.Object
de.wuespace.telestion.api.message.HeaderInformation
de.wuespace.telestion.examples.header.TimeInformation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTimeInformation(long sendTime)
TimeInformation(long receiveTime, long sendTime)
TimeInformation(TimeInformation other)
TimeInformation(io.vertx.core.eventbus.DeliveryOptions options)
TimeInformation(io.vertx.core.eventbus.Message<?> message)
TimeInformation(io.vertx.core.MultiMap headers)
-
Method Summary
Modifier and TypeMethodDescriptionstatic TimeInformation
from(io.vertx.core.eventbus.DeliveryOptions options)
static TimeInformation
from(io.vertx.core.eventbus.Message<?> message)
static TimeInformation
from(io.vertx.core.MultiMap headers)
long
long
setReceiveTime(long receiveTime)
setSendTime(long sendTime)
Methods inherited from class de.wuespace.telestion.api.message.HeaderInformation
add, add, add, add, add, add, add, add, addAll, addAll, addAll, attach, clear, contains, equals, get, get, getAll, getBoolean, getBoolean, getByte, getByte, getChar, getChar, getDouble, getDouble, getFloat, getFloat, getHeaders, getInt, getInt, getLong, getLong, hashCode, isEmpty, merge, merge, merge, names, remove, set, set, set, set, set, set, set, set, setAll, setAll, setAll, size, toOptions, toString
-
Field Details
-
RECEIVE_TIME
- See Also:
- Constant Field Values
-
SEND_TIME
- See Also:
- Constant Field Values
-
NO_TIME
public static final long NO_TIME- See Also:
- Constant Field Values
-
-
Constructor Details
-
TimeInformation
public TimeInformation() -
TimeInformation
public TimeInformation(long sendTime) -
TimeInformation
public TimeInformation(long receiveTime, long sendTime) -
TimeInformation
-
TimeInformation
public TimeInformation(io.vertx.core.MultiMap headers) -
TimeInformation
public TimeInformation(io.vertx.core.eventbus.Message<?> message) -
TimeInformation
public TimeInformation(io.vertx.core.eventbus.DeliveryOptions options)
-
-
Method Details
-
from
-
from
-
from
-
setReceiveTime
-
setSendTime
-
getReceiveTime
public long getReceiveTime() -
getSendTime
public long getSendTime()
-