Package io.datareplication.consumer
-
Interface Summary Interface Description StreamingPage<PageHeader extends ToHttpHeaders,EntityHeader extends ToHttpHeaders> TheStreamingPage
interface represents a streaming feed or snapshot page. -
Class Summary Class Description Authorization The value of an HTTPAuthorization
header.StreamingPage.Chunk<EntityHeader> An element in aStreamingPage
.StreamingPage.Chunk.BodyChunk<EntityHeader> A block of data of the current entity's body.StreamingPage.Chunk.BodyEnd<EntityHeader> Represents the end of an entity.StreamingPage.Chunk.Header<EntityHeader> Represents the start of an entity.