Uses of Class
dk.cloudcreate.essentials.components.foundation.types.CorrelationId
Packages that use CorrelationId
-
Uses of CorrelationId in dk.cloudcreate.essentials.components.foundation.types
Methods in dk.cloudcreate.essentials.components.foundation.types that return CorrelationIdModifier and TypeMethodDescriptionstatic CorrelationIdCorrelationId.of(CharSequence value) static CorrelationIdCorrelationId.random()Methods in dk.cloudcreate.essentials.components.foundation.types that return types with arguments of type CorrelationIdModifier and TypeMethodDescriptionstatic Optional<CorrelationId>CorrelationId.optionalFrom(CharSequence value) Converts a non-nullvalueto anOptional.of(Object)with argumentCorrelationId, otherwise it returns anOptional.empty()