The VLINGO XOOM platform SDK delivering Reactive storage that is scalable, high-throughput, and resilient for CQRS, Event Sourcing, Key-Value, and Objects used by services and applications.
Currently the State::metadata()::object() may or may not be available. The current contract is to check for null. Implement the means to check for presence/absence using Optional.
Currently the
State::metadata()::object()
may or may not be available. The current contract is to check fornull
. Implement the means to check for presence/absence usingOptional
.