Package io.fluxcapacitor.common.api
package io.fluxcapacitor.common.api
-
ClassDescriptionA generic response containing a boolean value, typically used to indicate success/failure.Base class for commands sent to the Flux platform.A platform-generated event that indicates a client has successfully connected to the Flux platform.Data<T>A generic container for holding a value along with serialization metadata such as type, revision, and format.A platform-generated event that indicates a client has disconnected from the Flux platform.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 Flux protocol.Represents immutable metadata associated with a Message in the Flux platform.Base class for requests sent to the Flux platform.RequestBatch<T extends JsonType>Represents a batch of requests to be sent to the Flux platform in a single network round-trip.Marker interface for responses toRequest
objects (including commands and queries).Represents a batch of results returned from the Flux platform in response to aRequestBatch
.Represents a fully serialized message for transmission or storage within the Flux platform.A generic response containing a string value.A generic response indicating successful completion of a request without returning any payload.