Copyright | (c) Moritz Schulte 2017 2018 |
---|---|
License | BSD3 |
Maintainer | mtesseract@silverratio.net |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
This module implements the
/event-types/EVENT-TYPE/shifted-cursors
API.
- cursorsShift' :: MonadNakadi b m => EventTypeName -> [ShiftedCursor] -> m [Cursor]
- cursorsShift :: MonadNakadi b m => EventTypeName -> [Cursor] -> Int64 -> m [Cursor]
Documentation
:: MonadNakadi b m | |
=> EventTypeName | Event Type |
-> [ShiftedCursor] | Cursors with Shift Distances |
-> m [Cursor] | Resulting Cursors |
POST
to /event-types/EVENT-TYPE/shifted-cursors
. Low level
interface.
:: MonadNakadi b m | |
=> EventTypeName | Event Type |
-> [Cursor] | Cursors to shift |
-> Int64 | Shift Distance |
-> m [Cursor] | Resulting Cursors |
POST
to /event-types/EVENT-TYPE/shifted-cursors
. High
level interface.