Package io.fluxzero.common.api
package io.fluxzero.common.api
-
ClassDescriptionA generic response containing a boolean value, typically used to indicate success/failure.Base class for commands sent to the Fluxzero Runtime.A runtime-generated event that indicates a client has successfully connected to the Fluxzero Runtime.Data<T>A generic container for holding a value along with serialization metadata such as type, revision, and format.A runtime-generated event that indicates a client has disconnected from the Fluxzero Runtime.A generic error response returned when a request could not be completed successfully.Interface for exposing a string-based representation of an object's identifier.Marker interface for objects that carry associated
Metadata.Marker interface for all low-level request and response types in the Fluxzero protocol.Represents immutable metadata associated with a Message in the Fluxzero Runtime.Base class for requests sent to the Fluxzero Runtime.RequestBatch<T extends JsonType>Represents a batch of requests to be sent to the Fluxzero Runtime in a single network round-trip.Marker interface for responses toRequestobjects (including commands and queries).Represents a batch of results returned from the Fluxzero Runtime in response to aRequestBatch.Represents a fully serialized message for transmission or storage within the Fluxzero Runtime.A generic response containing a string value.A generic response indicating successful completion of a request without returning any payload.