Uses of Interface
io.fluxzero.common.api.HasMetadata
Packages that use HasMetadata
Package
Description
-
Uses of HasMetadata in io.fluxzero.common.api
Classes in io.fluxzero.common.api that implement HasMetadataModifier and TypeClassDescriptionclassRepresents a fully serialized message for transmission or storage within the Fluxzero Runtime. -
Uses of HasMetadata in io.fluxzero.sdk.common
Subinterfaces of HasMetadata in io.fluxzero.sdk.commonModifier and TypeInterfaceDescriptioninterfaceInterface for objects that expose a backingMessageinstance.Classes in io.fluxzero.sdk.common that implement HasMetadataModifier and TypeClassDescriptionclassRepresents a unit of communication within the Fluxzero Runtime, wrapping a payload and its metadata. -
Uses of HasMetadata in io.fluxzero.sdk.common.serialization
Classes in io.fluxzero.sdk.common.serialization that implement HasMetadataModifier and TypeClassDescriptionclassWrapper for aMessagethat supports lazy deserialization, context caching, type adaptation, and batch-level execution utilities. -
Uses of HasMetadata in io.fluxzero.sdk.modeling
Classes in io.fluxzero.sdk.modeling that implement HasMetadataModifier and TypeClassDescriptionprotected static classDecorates aDeserializingMessagewith an associated entity.protected static classWraps a message and its corresponding entity for use in interception or handler invocation.Methods in io.fluxzero.sdk.modeling with parameters of type HasMetadataModifier and TypeMethodDescriptionstatic StringEntity.getAggregateId(HasMetadata message) Retrieves the aggregate ID from the metadata of the given message.static Class<?> Entity.getAggregateType(HasMetadata message) Retrieves the aggregate type from the metadata of the given message.static LongEntity.getSequenceNumber(HasMetadata message) Retrieves the sequence number from the metadata of the given message.static booleanEntity.hasSequenceNumber(HasMetadata message) Determines whether the given message contains a sequence number in its metadata. -
Uses of HasMetadata in io.fluxzero.sdk.scheduling
Classes in io.fluxzero.sdk.scheduling that implement HasMetadataModifier and TypeClassDescriptionclassRepresents a scheduled message to be delivered at a specific future time. -
Uses of HasMetadata in io.fluxzero.sdk.web
Classes in io.fluxzero.sdk.web that implement HasMetadataModifier and TypeClassDescriptionclassRepresents a web request message within the Fluxzero Runtime.classRepresents a response to aWebRequestin the Fluxzero Runtime.