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

com.github.fridujo.rabbitmq.mock.ReceiverRegistry Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.fridujo.rabbitmq.mock;

import java.util.Optional;

interface ReceiverRegistry {

    Optional getReceiver(ReceiverPointer receiverPointer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy