All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mariadb.r2dbc.message.AuthMoreData Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2020-2024 MariaDB Corporation Ab

package org.mariadb.r2dbc.message;

import io.netty.buffer.ByteBuf;

public interface AuthMoreData {

  MessageSequence getSequencer();

  ByteBuf getBuf();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy