Package org.stellar.sdk.responses.operations


package org.stellar.sdk.responses.operations
Provides response model classes for Horizon operation resources.

Each class in this package represents the response data for a specific Stellar operation type as returned by Horizon. All operation response classes extend OperationResponse, which provides common fields such as the operation ID, source account, type, and creation time.

Operation responses are retrieved via OperationsRequestBuilder and can be streamed in real time using Server-Sent Events.

See Also: