CallbackRegistry

trait CallbackRegistry[F[_]]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def add(transactionId: ByteVector, timeout: FiniteDuration): F[Either[Throwable, Response]]
def complete(transactionId: ByteVector, result: Either[Throwable, Response]): F[Boolean]