IHandleMessagingUseCase
interface IHandleMessagingUseCase : ITripleSuspendUseCase<IMessagingKey, String, AMQPResponse.Channel.Message.Delivery, Unit>
Functions
Link copied to clipboard
abstract suspend operator fun invoke(input1: IMessagingKey, input2: String, input3: AMQPResponse.Channel.Message.Delivery)