Class ModuleMessageService
java.lang.Object
io.bitbucket.avalanchelaboratory.async.service.rabbit.ModuleMessageService
@Service
@Scope(value="prototype",
proxyMode=TARGET_CLASS)
public class ModuleMessageService
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperformAsyncMessageRequestAndGetResponse(ModuleMessage moduleMessage)
-
Constructor Details
-
ModuleMessageService
public ModuleMessageService()
-
-
Method Details
-
performAsyncMessageRequestAndGetResponse
@Async("rabbitMessagingAsyncThreadExecutor") public CompletableFuture<ModuleMessage> performAsyncMessageRequestAndGetResponse(ModuleMessage moduleMessage)
-