Skip to main content

Command

Trait Command 

Source
pub trait Command:
    BytesSerializable
    + Validatable<IggyError>
    + Send
    + Sync
    + Display {
    // Required method
    fn code(&self) -> u32;
}

Required Methods§

Source

fn code(&self) -> u32

Implementors§

Source§

impl Command for ChangePassword

Source§

impl Command for CreateConsumerGroup

Source§

impl Command for CreatePartitions

Source§

impl Command for CreatePersonalAccessToken

Source§

impl Command for CreateStream

Source§

impl Command for CreateTopic

Source§

impl Command for CreateUser

Source§

impl Command for DeleteConsumerGroup

Source§

impl Command for DeleteConsumerOffset

Source§

impl Command for DeletePartitions

Source§

impl Command for DeletePersonalAccessToken

Source§

impl Command for DeleteSegments

Source§

impl Command for DeleteStream

Source§

impl Command for DeleteTopic

Source§

impl Command for DeleteUser

Source§

impl Command for GetClient

Source§

impl Command for GetClients

Source§

impl Command for GetConsumerGroup

Source§

impl Command for GetConsumerGroups

Source§

impl Command for GetConsumerOffset

Source§

impl Command for GetMe

Source§

impl Command for GetPersonalAccessTokens

Source§

impl Command for GetSnapshot

Source§

impl Command for GetStats

Source§

impl Command for GetStream

Source§

impl Command for GetStreams

Source§

impl Command for GetTopic

Source§

impl Command for GetTopics

Source§

impl Command for GetUser

Source§

impl Command for GetUsers

Source§

impl Command for JoinConsumerGroup

Source§

impl Command for LeaveConsumerGroup

Source§

impl Command for LoginUser

Source§

impl Command for LoginWithPersonalAccessToken

Source§

impl Command for LogoutUser

Source§

impl Command for Ping

Source§

impl Command for PurgeStream

Source§

impl Command for PurgeTopic

Source§

impl Command for StoreConsumerOffset

Source§

impl Command for FlushUnsavedBuffer

Source§

impl Command for GetClusterMetadata

Source§

impl Command for PollMessages

Source§

impl Command for SendMessages

Source§

impl Command for UpdatePermissions

Source§

impl Command for UpdateStream

Source§

impl Command for UpdateTopic

Source§

impl Command for UpdateUser