Copyright | (c) Moritz Clasmeier 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/partitions
API.
- eventTypePartitions :: MonadNakadi b m => EventTypeName -> m [Partition]
- eventTypePartition :: MonadNakadi b m => EventTypeName -> PartitionName -> m Partition
Documentation
:: MonadNakadi b m | |
=> EventTypeName | Name of Event Type |
-> m [Partition] | Partition Information |
GET
to /event-types/EVENT-TYPE/partitions
. Retrieves
information about all partitions.
:: MonadNakadi b m | |
=> EventTypeName | Name of Event Type |
-> PartitionName | Name of Partition to look up |
-> m Partition | Partition Information |
GET
to /event-types/EVENT-TYPE/partitions/PARTITION
.
Retrieves information about a single partition.