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