[][src]Trait nakadi_types::subscription::EventTypePartitionLike

pub trait EventTypePartitionLike {
    pub fn event_type(&self) -> &EventTypeName;
pub fn partition(&self) -> &PartitionId; }

Something that has an event type and a partition

Must only return event types and partitions that belong together.

Required methods

pub fn event_type(&self) -> &EventTypeName[src]

pub fn partition(&self) -> &PartitionId[src]

Loading content...

Implementors

impl EventTypePartitionLike for EventTypeCursor[src]

impl EventTypePartitionLike for EventTypePartition[src]

impl EventTypePartitionLike for SubscriptionCursor[src]

Loading content...